commit 0c03f89cbcb04016d04934b81ae2125de8e0c11d parent 5607928347bddf59f5f750611ec9d8093e6b9840 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 22 Dec 2025 22:21:22 +0100 bump protocol version Diffstat:
| M | src/exchange/taler-exchange-httpd_config.h | | | 2 | +- |
| M | src/lib/exchange_api_handle.c | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/exchange/taler-exchange-httpd_config.h b/src/exchange/taler-exchange-httpd_config.h @@ -41,7 +41,7 @@ * * Returned via both /config and /keys endpoints. */ -#define EXCHANGE_PROTOCOL_VERSION "31:1:9" +#define EXCHANGE_PROTOCOL_VERSION "32:0:10" /** diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c @@ -40,12 +40,12 @@ * Which version of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define EXCHANGE_PROTOCOL_CURRENT 31 +#define EXCHANGE_PROTOCOL_CURRENT 32 /** * How many versions are we backwards compatible with? */ -#define EXCHANGE_PROTOCOL_AGE 5 +#define EXCHANGE_PROTOCOL_AGE 6 /** * Set to 1 for extra debug logging.