exchange

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

commit 0a9e86450a59aedbbbcedea084b625b388e7e345
parent 841891ce7142218e716361e50c9b11f654cbaa8c
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 26 Oct 2019 21:16:13 +0200

bump version

Diffstat:
Msrc/lib/exchange_api_handle.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c @@ -39,7 +39,7 @@ * Which revision of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define TALER_PROTOCOL_CURRENT 2 +#define TALER_PROTOCOL_CURRENT 5 /** * How many revisions back are we compatible to?