diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-17 09:37:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-17 09:37:36 +0100 |
commit | 7fc151fbb8080395579888e1cb384ccd35a36daa (patch) | |
tree | 3aa19ea2556af47ad9878e08b53bb349949defb8 /src/lib | |
parent | 13c293590f0008b84773106bd5c2f1a9c7e217b0 (diff) |
-protocol bump
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 8257e142..088434c5 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 2 +#define MERCHANT_PROTOCOL_CURRENT 3 /** * How many configs are we backwards compatible with? */ -#define MERCHANT_PROTOCOL_AGE 0 +#define MERCHANT_PROTOCOL_AGE 1 /** |