summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-01 15:50:58 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-01 15:50:58 +0100
commite50f85e6c38da1fc32a9382869164fa29ef97666 (patch)
treed6fbcd8d7318861e51ad67ea30c3a5fa5e824718 /src
parent81379419f1cdc35b2f4b706b55037618d723da25 (diff)
downloadexchange-e50f85e6c38da1fc32a9382869164fa29ef97666.tar.gz
exchange-e50f85e6c38da1fc32a9382869164fa29ef97666.tar.bz2
exchange-e50f85e6c38da1fc32a9382869164fa29ef97666.zip
bump protocol version
Diffstat (limited to 'src')
-rw-r--r--src/lib/exchange_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index df92ba4db..c3ed63739 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -39,7 +39,7 @@
* Which version of the Taler protocol is implemented
* by this library? Used to determine compatibility.
*/
-#define EXCHANGE_PROTOCOL_CURRENT 8
+#define EXCHANGE_PROTOCOL_CURRENT 9
/**
* How many versions are we backwards compatible with?