From 749c02fe37d75195e50c8cd225922d26bb3f974d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 10 Dec 2017 19:03:11 +0100 Subject: bump protocol version of C client, we do support the new refresh --- src/exchange-lib/exchange_api_handle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchange-lib') diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c index e89448d6e..22e64b938 100644 --- a/src/exchange-lib/exchange_api_handle.c +++ b/src/exchange-lib/exchange_api_handle.c @@ -33,12 +33,12 @@ * Which revision of the Taler protocol is implemented * by this library? Used to determine compatibility. */ -#define TALER_PROTOCOL_CURRENT 1 +#define TALER_PROTOCOL_CURRENT 2 /** * How many revisions back are we compatible to? */ -#define TALER_PROTOCOL_AGE 1 +#define TALER_PROTOCOL_AGE 0 /** -- cgit v1.2.3