commit 5aebd54e339d86a6f268459c472523f9aade37c6 parent ee9cd946282c7e40b5ebf067e9a807ea21ff8769 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 23 Apr 2023 23:10:41 +0200 -bump protocol version Diffstat:
| M | src/backend/taler-merchant-httpd_config.c | | | 2 | +- |
| M | src/lib/merchant_api_get_config.c | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_config.c b/src/backend/taler-merchant-httpd_config.c @@ -42,7 +42,7 @@ * #MERCHANT_PROTOCOL_CURRENT and #MERCHANT_PROTOCOL_AGE in * merchant_api_config.c! */ -#define MERCHANT_PROTOCOL_VERSION "3:0:1" +#define MERCHANT_PROTOCOL_VERSION "4:0:0" MHD_RESULT 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 3 +#define MERCHANT_PROTOCOL_CURRENT 4 /** * How many configs are we backwards compatible with? */ -#define MERCHANT_PROTOCOL_AGE 1 +#define MERCHANT_PROTOCOL_AGE 0 /**