bump version of taler protocol we implement

This commit is contained in:
Christian Grothoff 2017-09-17 16:56:23 +02:00
parent e328b44172
commit e5a9b3ffa7
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 3 additions and 5 deletions

View File

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

View File

@ -38,10 +38,8 @@
* precisely. Note that this version has NOTHING to do with the
* release version, and the format is NOT the same that semantic
* versioning uses either.
*
* NOTE: needs to be bumped because of /keys cherry picking support for v0.4!
*/
#define TALER_PROTOCOL_VERSION "0:0:0"
#define TALER_PROTOCOL_VERSION "1:0:1"
/**