summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-11-24 02:28:13 +0100
committerFlorian Dold <florian@dold.me>2021-11-24 02:28:13 +0100
commit2df6e15bfd8e7ddd30584347600daee9527935bb (patch)
treee0c6e7a15f6d020332bf45fa62712ae5896269a0
parentcec610b8002817d1976c478968e3d3a2d8dbbf25 (diff)
downloadmerchant-2df6e15bfd8e7ddd30584347600daee9527935bb.tar.gz
merchant-2df6e15bfd8e7ddd30584347600daee9527935bb.tar.bz2
merchant-2df6e15bfd8e7ddd30584347600daee9527935bb.zip
also increment other version definev0.9.0-dev.2
-rw-r--r--src/lib/merchant_api_get_config.c2
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?