summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_config.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-04-01 20:35:58 +0200
committerChristian Grothoff <christian@grothoff.org>2024-04-01 20:35:58 +0200
commit2e4727bfff65d52114ea8ae300836d71c05e342e (patch)
tree2353ef04abd358090f9a4aae2bb35429314e1da1 /src/exchange/taler-exchange-httpd_config.h
parent7e5ab53a78beb172cba18005e2370904c653e3df (diff)
downloadexchange-2e4727bfff65d52114ea8ae300836d71c05e342e.tar.gz
exchange-2e4727bfff65d52114ea8ae300836d71c05e342e.tar.bz2
exchange-2e4727bfff65d52114ea8ae300836d71c05e342e.zip
implement protocol v19: consider refunds when returning transaction aggregation data
Diffstat (limited to 'src/exchange/taler-exchange-httpd_config.h')
-rw-r--r--src/exchange/taler-exchange-httpd_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_config.h b/src/exchange/taler-exchange-httpd_config.h
index 40293e89a..640e3b6e9 100644
--- a/src/exchange/taler-exchange-httpd_config.h
+++ b/src/exchange/taler-exchange-httpd_config.h
@@ -41,7 +41,7 @@
*
* Returned via both /config and /keys endpoints.
*/
-#define EXCHANGE_PROTOCOL_VERSION "18:1:1"
+#define EXCHANGE_PROTOCOL_VERSION "19:0:2"
/**