commit 0ff274f777d1d95ad8ef6e0d0fa3ca394a35a39a parent 63c1236114359cf2ebeafb49cbea5977c4c2b075 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 23 Sep 2025 22:08:27 +0200 API version was bumped Diffstat:
| M | src/include/taler_merchant_service.h | | | 2 | +- |
| M | src/lib/merchant_api_get_config.c | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h @@ -34,7 +34,7 @@ /** * Library version (in hex) for compatibility tests. */ -#define TALER_MERCHANT_SERVICE_VERSION 0x00100000 +#define TALER_MERCHANT_SERVICE_VERSION 0x00100001 /** diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c @@ -34,12 +34,12 @@ * Which version of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define MERCHANT_PROTOCOL_CURRENT 20 +#define MERCHANT_PROTOCOL_CURRENT 21 /** * How many configs are we backwards-compatible with? */ -#define MERCHANT_PROTOCOL_AGE 8 +#define MERCHANT_PROTOCOL_AGE 9 /** * How many exchanges do we allow at most per merchant?