summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-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 @@
#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.