summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-12-10 19:03:11 +0100
committerChristian Grothoff <christian@grothoff.org>2017-12-10 19:03:11 +0100
commit749c02fe37d75195e50c8cd225922d26bb3f974d (patch)
tree1dc4a042463d831d2675bc5503588f2a35e5f273 /src/exchange-lib/exchange_api_handle.c
parent2152a6936e5e477f09e46a3f8e86c87b6fabe758 (diff)
downloadexchange-749c02fe37d75195e50c8cd225922d26bb3f974d.tar.gz
exchange-749c02fe37d75195e50c8cd225922d26bb3f974d.tar.bz2
exchange-749c02fe37d75195e50c8cd225922d26bb3f974d.zip
bump protocol version of C client, we do support the new refresh
Diffstat (limited to 'src/exchange-lib/exchange_api_handle.c')
-rw-r--r--src/exchange-lib/exchange_api_handle.c4
1 files changed, 2 insertions, 2 deletions
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
/**