exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 9b312aa0f8179a3641b4dc8ded70f46f9f1263c1
parent d382adb2e36b16681052c7891a379f2995d3e520
Author: Özgür Kesim <oec-taler@kesim.org>
Date:   Wed, 29 Jun 2022 13:34:26 +0200

version bump due to new /keys response

Diffstat:
Msrc/exchange/taler-exchange-httpd_keys.c | 2+-
Msrc/lib/exchange_api_handle.c | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c @@ -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" /** diff --git 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?