commit 7fc151fbb8080395579888e1cb384ccd35a36daa
parent 13c293590f0008b84773106bd5c2f1a9c7e217b0
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 17 Dec 2021 09:37:32 +0100
-protocol bump
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 2
+#define MERCHANT_PROTOCOL_CURRENT 3
/**
* How many configs are we backwards compatible with?
*/
-#define MERCHANT_PROTOCOL_AGE 0
+#define MERCHANT_PROTOCOL_AGE 1
/**