bump protocol version to 16

This commit is contained in:
Christian Grothoff 2023-07-13 23:11:10 +02:00
parent b60b339ee4
commit e08fe4eff8
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
*
* Returned via both /config and /keys endpoints.
*/
#define EXCHANGE_PROTOCOL_VERSION "15:0:0"
#define EXCHANGE_PROTOCOL_VERSION "16:0:1"
/**

View File

@ -40,7 +40,7 @@
* Which version of the Taler protocol is implemented
* by this library? Used to determine compatibility.
*/
#define EXCHANGE_PROTOCOL_CURRENT 15
#define EXCHANGE_PROTOCOL_CURRENT 16
/**
* How many versions are we backwards compatible with?