diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-03-03 11:55:04 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-03-03 11:55:04 +0100 |
commit | 182b74f7f65960ffbc7a8045fa185d979e96c0bb (patch) | |
tree | e4b9e08a1a427a529d22635568bf726e9cae180b /src/lib | |
parent | 3c9d0e7b78014d448d7be0bbee3c1e83e9baa473 (diff) |
implement #8357 - bump protocol version
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/merchant_api_get_config.c | 4 |
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 /** |