diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-08-25 07:58:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-08-25 07:58:07 +0200 |
commit | e50a5f4d2b85a47b1318bda2f4890812b0a8afad (patch) | |
tree | 9442e07fdfcec3fe3dbb7ef5423e8b68219abd6d | |
parent | 7b954c1e267e259c832cd9a21a91a1fb54bd193e (diff) | |
download | exchange-e50a5f4d2b85a47b1318bda2f4890812b0a8afad.tar.gz exchange-e50a5f4d2b85a47b1318bda2f4890812b0a8afad.tar.bz2 exchange-e50a5f4d2b85a47b1318bda2f4890812b0a8afad.zip |
-update GANA
m--------- | contrib/gana | 0 | ||||
-rw-r--r-- | src/include/taler_util.h | 6 |
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 0b761ae9..4b03fefa 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. |