diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-13 23:11:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-13 23:11:10 +0200 |
commit | e08fe4eff846da075dc53894d79845d218f307ba (patch) | |
tree | 47e9fc6a48a7653b63bd55e1dac325052feef8ac /src/lib/exchange_api_handle.c | |
parent | b60b339ee4257124044ef3bcd56a4c8b9e482a63 (diff) |
bump protocol version to 16
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r-- | src/lib/exchange_api_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c index e409ee47..0ad2f7a3 100644 --- a/src/lib/exchange_api_handle.c +++ b/src/lib/exchange_api_handle.c @@ -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? |