aboutsummaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_util.h')
-rw-r--r--src/include/taler_util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/taler_util.h b/src/include/taler_util.h
index 0b761ae92..4b03fefae 100644
--- a/src/include/taler_util.h
+++ b/src/include/taler_util.h
@@ -27,6 +27,12 @@
27#include "taler_crypto_lib.h" 27#include "taler_crypto_lib.h"
28 28
29/** 29/**
30 * Version of the Taler API, in hex.
31 * Thus 0.8.4-1 = 0x00080401.
32 */
33#define TALER_API_VERSION 0x00080401
34
35/**
30 * Stringify operator. 36 * Stringify operator.
31 * 37 *
32 * @param a some expression to stringify. Must NOT be a macro. 38 * @param a some expression to stringify. Must NOT be a macro.