summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorÖzgür Kesim <oec-taler@kesim.org>2022-06-29 13:34:26 +0200
committerÖzgür Kesim <oec-taler@kesim.org>2022-06-29 13:34:26 +0200
commit9b312aa0f8179a3641b4dc8ded70f46f9f1263c1 (patch)
tree7a05e78a1c4a891e4069f8db7e52bb865288961e /src/lib
parentd382adb2e36b16681052c7891a379f2995d3e520 (diff)
downloadexchange-9b312aa0f8179a3641b4dc8ded70f46f9f1263c1.tar.gz
exchange-9b312aa0f8179a3641b4dc8ded70f46f9f1263c1.tar.bz2
exchange-9b312aa0f8179a3641b4dc8ded70f46f9f1263c1.zip
version bump due to new /keys response
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/exchange_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index f7865af7c..71cae2fd9 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -40,7 +40,7 @@
* Which version of the Taler protocol is implemented
* by this library? Used to determine compatibility.
*/
-#define EXCHANGE_PROTOCOL_CURRENT 13
+#define EXCHANGE_PROTOCOL_CURRENT 14
/**
* How many versions are we backwards compatible with?