summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------contrib/gana0
-rw-r--r--src/include/taler_util.h6
2 files changed, 6 insertions, 0 deletions
diff --git a/contrib/gana b/contrib/gana
-Subproject 689c91490ae14721a9ad7969d8fcbc0b982488e
+Subproject 79a1ebfdffab6b01137a4642161e907f89c5c53
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.