summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-12-17 09:37:32 +0100
committerChristian Grothoff <christian@grothoff.org>2021-12-17 09:37:36 +0100
commit7fc151fbb8080395579888e1cb384ccd35a36daa (patch)
tree3aa19ea2556af47ad9878e08b53bb349949defb8
parent13c293590f0008b84773106bd5c2f1a9c7e217b0 (diff)
downloadmerchant-7fc151fbb8080395579888e1cb384ccd35a36daa.tar.gz
merchant-7fc151fbb8080395579888e1cb384ccd35a36daa.tar.bz2
merchant-7fc151fbb8080395579888e1cb384ccd35a36daa.zip
-protocol bump
-rw-r--r--src/lib/merchant_api_get_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c
index 8257e142..088434c5 100644
--- 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
/**