bump protocol version of C client, we do support the new refresh

This commit is contained in:
Christian Grothoff 2017-12-10 19:03:11 +01:00
parent 2152a6936e
commit 749c02fe37
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -33,12 +33,12 @@
* Which revision of the Taler protocol is implemented * Which revision of the Taler protocol is implemented
* by this library? Used to determine compatibility. * 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? * How many revisions back are we compatible to?
*/ */
#define TALER_PROTOCOL_AGE 1 #define TALER_PROTOCOL_AGE 0
/** /**