commit e50a5f4d2b85a47b1318bda2f4890812b0a8afad
parent 7b954c1e267e259c832cd9a21a91a1fb54bd193e
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 25 Aug 2021 07:58:07 +0200
-update GANA
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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.