-update GANA

This commit is contained in:
Christian Grothoff 2021-08-25 07:58:07 +02:00
parent 7b954c1e26
commit e50a5f4d2b
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 7 additions and 1 deletions

@ -1 +1 @@
Subproject commit 689c91490ae14721a9ad7969d8fcbc0b982488e8 Subproject commit 79a1ebfdffab6b01137a4642161e907f89c5c535

View File

@ -26,6 +26,12 @@
#include "taler_amount_lib.h" #include "taler_amount_lib.h"
#include "taler_crypto_lib.h" #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. * Stringify operator.
* *