exchange

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

commit 5d5edb9aebaf229be5e9c7ab947065307ded1205
parent 77502fc8ee5847650f4cbeec288da63e84b8da51
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 27 Mar 2025 15:04:42 +0100

fix protocol version changes

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

diff --git a/src/exchange/taler-exchange-httpd_config.h b/src/exchange/taler-exchange-httpd_config.h @@ -41,7 +41,7 @@ * * Returned via both /config and /keys endpoints. */ -#define EXCHANGE_PROTOCOL_VERSION "26:0:0" +#define EXCHANGE_PROTOCOL_VERSION "26:0:9" /** diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c @@ -40,12 +40,12 @@ * Which version of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define EXCHANGE_PROTOCOL_CURRENT 25 +#define EXCHANGE_PROTOCOL_CURRENT 26 /** * How many versions are we backwards compatible with? */ -#define EXCHANGE_PROTOCOL_AGE 6 +#define EXCHANGE_PROTOCOL_AGE 0 /** * Set to 1 for extra debug logging.