summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-03 11:55:04 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-03 11:55:04 +0100
commit182b74f7f65960ffbc7a8045fa185d979e96c0bb (patch)
treee4b9e08a1a427a529d22635568bf726e9cae180b /src/lib
parent3c9d0e7b78014d448d7be0bbee3c1e83e9baa473 (diff)
downloadmerchant-182b74f7f65960ffbc7a8045fa185d979e96c0bb.tar.gz
merchant-182b74f7f65960ffbc7a8045fa185d979e96c0bb.tar.bz2
merchant-182b74f7f65960ffbc7a8045fa185d979e96c0bb.zip
implement #8357 - bump protocol version
Diffstat (limited to 'src/lib')
-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 f2f6ab39..b8328f9e 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 9
+#define MERCHANT_PROTOCOL_CURRENT 10
/**
* How many configs are we backwards-compatible with?
*/
-#define MERCHANT_PROTOCOL_AGE 4
+#define MERCHANT_PROTOCOL_AGE 5
/**