new REST API => version bump

This commit is contained in:
Christian Grothoff 2020-03-01 11:30:02 +01:00
parent 72764dc5f1
commit da1af142c7
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
* #TALER_PROTOCOL_CURRENT and #TALER_PROTOCOL_AGE in
* exchange_api_handle.c!
*/
#define TALER_PROTOCOL_VERSION "6:0:0"
#define TALER_PROTOCOL_VERSION "7:0:0"
/**

View File

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