merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 182b74f7f65960ffbc7a8045fa185d979e96c0bb
parent 3c9d0e7b78014d448d7be0bbee3c1e83e9baa473
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  3 Mar 2024 11:55:04 +0100

implement #8357 - bump protocol version

Diffstat:
Msrc/backend/taler-merchant-httpd_config.c | 2+-
Msrc/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 "9:0:5" +#define MERCHANT_PROTOCOL_VERSION "10:0:6" /** 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 9 +#define MERCHANT_PROTOCOL_CURRENT 10 /** * How many configs are we backwards-compatible with? */ -#define MERCHANT_PROTOCOL_AGE 4 +#define MERCHANT_PROTOCOL_AGE 5 /**