summaryrefslogtreecommitdiff
path: root/src/include/taler_util.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-08-25 07:58:07 +0200
committerChristian Grothoff <christian@grothoff.org>2021-08-25 07:58:07 +0200
commite50a5f4d2b85a47b1318bda2f4890812b0a8afad (patch)
tree9442e07fdfcec3fe3dbb7ef5423e8b68219abd6d /src/include/taler_util.h
parent7b954c1e267e259c832cd9a21a91a1fb54bd193e (diff)
downloadexchange-e50a5f4d2b85a47b1318bda2f4890812b0a8afad.tar.gz
exchange-e50a5f4d2b85a47b1318bda2f4890812b0a8afad.tar.bz2
exchange-e50a5f4d2b85a47b1318bda2f4890812b0a8afad.zip
-update GANA
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 @@
#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.