version bump due to new /keys response

This commit is contained in:
Özgür Kesim 2022-06-29 13:34:26 +02:00
parent d382adb2e3
commit 9b312aa0f8
Signed by: oec
GPG Key ID: 3D76A56D79EDD9D7
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
* #TALER_PROTOCOL_CURRENT and #TALER_PROTOCOL_AGE in
* exchange_api_handle.c!
*/
#define EXCHANGE_PROTOCOL_VERSION "13:0:1"
#define EXCHANGE_PROTOCOL_VERSION "14:0:2"
/**

View File

@ -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?