commit 29e3125747782690a86505c58a3cd0acc5fa22b7
parent 4190d65777940d270ebc9b1f5cd0ff36a61b3d5b
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 10 Jul 2025 21:14:54 +0200
bump protocol version to v20
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_config.c b/src/backend/taler-merchant-httpd_config.c
@@ -43,7 +43,7 @@
* #MERCHANT_PROTOCOL_CURRENT and #MERCHANT_PROTOCOL_AGE in
* merchant_api_config.c!
*/
-#define MERCHANT_PROTOCOL_VERSION "19:0:16"
+#define MERCHANT_PROTOCOL_VERSION "20:0:17"
/**
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 19
+#define MERCHANT_PROTOCOL_CURRENT 20
/**
* How many configs are we backwards-compatible with?
*/
-#define MERCHANT_PROTOCOL_AGE 7
+#define MERCHANT_PROTOCOL_AGE 8
/**
* How many exchanges do we allow at most per merchant?