bump version of taler protocol we implement
This commit is contained in:
parent
e328b44172
commit
e5a9b3ffa7
@ -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 0
|
#define TALER_PROTOCOL_CURRENT 1
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How many revisions back are we compatible to?
|
* How many revisions back are we compatible to?
|
||||||
*/
|
*/
|
||||||
#define TALER_PROTOCOL_AGE 0
|
#define TALER_PROTOCOL_AGE 1
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -38,10 +38,8 @@
|
|||||||
* precisely. Note that this version has NOTHING to do with the
|
* precisely. Note that this version has NOTHING to do with the
|
||||||
* release version, and the format is NOT the same that semantic
|
* release version, and the format is NOT the same that semantic
|
||||||
* versioning uses either.
|
* 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"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user