commit d02ea7d66bb7dd5d82145d5888cb7877273a9d1b
parent 43e30079167ee186cfc5a35175ebd3eb630366cb
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 6 Feb 2026 21:21:53 +0100
bump protocol to v26
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_get-config.c b/src/backend/taler-merchant-httpd_get-config.c
@@ -43,7 +43,7 @@
* #MERCHANT_PROTOCOL_CURRENT and #MERCHANT_PROTOCOL_AGE in
* merchant_api_get_config.c!
*/
-#define MERCHANT_PROTOCOL_VERSION "25:0:13"
+#define MERCHANT_PROTOCOL_VERSION "26:0:14"
/**
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 25
+#define MERCHANT_PROTOCOL_CURRENT 26
/**
* How many configs are we backwards-compatible with?
*/
-#define MERCHANT_PROTOCOL_AGE 1
+#define MERCHANT_PROTOCOL_AGE 2
/**
* How many exchanges do we allow at most per merchant?