diff options
author | Florian Dold <florian@dold.me> | 2021-11-24 02:28:13 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-11-24 02:28:13 +0100 |
commit | 2df6e15bfd8e7ddd30584347600daee9527935bb (patch) | |
tree | e0c6e7a15f6d020332bf45fa62712ae5896269a0 | |
parent | cec610b8002817d1976c478968e3d3a2d8dbbf25 (diff) |
also increment other version definev0.9.0-dev.2
-rw-r--r-- | src/lib/merchant_api_get_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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? |