diff options
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r-- | src/include/taler_util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h index 0b761ae9..4b03fefa 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -27,6 +27,12 @@ #include "taler_crypto_lib.h" /** + * Version of the Taler API, in hex. + * Thus 0.8.4-1 = 0x00080401. + */ +#define TALER_API_VERSION 0x00080401 + +/** * Stringify operator. * * @param a some expression to stringify. Must NOT be a macro. |