commit 749c02fe37d75195e50c8cd225922d26bb3f974d
parent 2152a6936e5e477f09e46a3f8e86c87b6fabe758
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 10 Dec 2017 19:03:11 +0100
bump protocol version of C client, we do support the new refresh
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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
/**