commit 596cf24fdf6d4e0db7513a398740e8988df37f38
parent 00f352bc3577306632534219ea32cbe235cdd7fb
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 12 Jan 2025 09:43:11 +0100
-bump client protocol version
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
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 17
+#define MERCHANT_PROTOCOL_CURRENT 18
/**
* How many configs are we backwards-compatible with?
*/
-#define MERCHANT_PROTOCOL_AGE 5
+#define MERCHANT_PROTOCOL_AGE 6
/**
* How many exchanges do we allow at most per merchant?