bump protocol version to 16
This commit is contained in:
parent
b60b339ee4
commit
e08fe4eff8
@ -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"
|
||||
|
||||
|
||||
/**
|
||||
|
@ -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?
|
||||
|
Loading…
Reference in New Issue
Block a user