aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-05-01 18:40:08 +0200
committerChristian Grothoff <christian@grothoff.org>2020-05-01 18:40:08 +0200
commite72d9f8bb9eef79cbff4b4a6189b769a6fa81f3b (patch)
treef438d83518fcab0c2b542259a5bd785257433aa8
parent78031b2711991c5ff08adbddf070277f5891d954 (diff)
downloadexchange-e72d9f8bb9eef79cbff4b4a6189b769a6fa81f3b.tar.gz
exchange-e72d9f8bb9eef79cbff4b4a6189b769a6fa81f3b.zip
v8 bump
-rw-r--r--src/exchange/taler-exchange-httpd_keystate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c
index 152d2dad5..c14b85d9b 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of TALER 2 This file is part of TALER
3 Copyright (C) 2014--2019 Taler Systems SA 3 Copyright (C) 2014--2020 Taler Systems SA
4 4
5 TALER is free software; you can redistribute it and/or modify it under the 5 TALER is free software; you can redistribute it and/or modify it under the
6 terms of the GNU Affero General Public License as published by the Free Software 6 terms of the GNU Affero General Public License as published by the Free Software
@@ -44,7 +44,7 @@
44 * #TALER_PROTOCOL_CURRENT and #TALER_PROTOCOL_AGE in 44 * #TALER_PROTOCOL_CURRENT and #TALER_PROTOCOL_AGE in
45 * exchange_api_handle.c! 45 * exchange_api_handle.c!
46 */ 46 */
47#define EXCHANGE_PROTOCOL_VERSION "7:0:0" 47#define EXCHANGE_PROTOCOL_VERSION "8:0:0"
48 48
49 49
50/** 50/**