summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-01 19:22:32 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-19 01:05:57 +0200
commitfcc5e81df01305036ce61b27c1f6c33e2dcfedc5 (patch)
treea976ceac34e2d3a2571430885a3a7a63ddfb977a /src/lib/exchange_api_handle.c
parent77195fe6fa501bd4247acf0b930a4776e461740e (diff)
downloadexchange-fcc5e81df01305036ce61b27c1f6c33e2dcfedc5.tar.gz
exchange-fcc5e81df01305036ce61b27c1f6c33e2dcfedc5.tar.bz2
exchange-fcc5e81df01305036ce61b27c1f6c33e2dcfedc5.zip
fix status code
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-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 c3ae16633..c9c1b09bd 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 7
+#define EXCHANGE_PROTOCOL_CURRENT 8
/**
* How many versions are we backwards compatible with?