From 2df6e15bfd8e7ddd30584347600daee9527935bb Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 Nov 2021 02:28:13 +0100 Subject: also increment other version define --- src/lib/merchant_api_get_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/merchant_api_get_config.c b/src/lib/merchant_api_get_config.c index b27e386c..3058ce30 100644 --- a/src/lib/merchant_api_get_config.c +++ b/src/lib/merchant_api_get_config.c @@ -33,7 +33,7 @@ * Which version of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define MERCHANT_PROTOCOL_CURRENT 1 +#define MERCHANT_PROTOCOL_CURRENT 2 /** * How many configs are we backwards compatible with? -- cgit v1.2.3