gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: bump protocol version to 16


From: gnunet
Subject: [taler-exchange] branch master updated: bump protocol version to 16
Date: Thu, 13 Jul 2023 23:11:13 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new e08fe4ef bump protocol version to 16
e08fe4ef is described below

commit e08fe4eff846da075dc53894d79845d218f307ba
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 13 23:11:10 2023 +0200

    bump protocol version to 16
---
 src/exchange/taler-exchange-httpd_config.h | 2 +-
 src/lib/exchange_api_handle.c              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_config.h 
b/src/exchange/taler-exchange-httpd_config.h
index 95380e0a..596765b2 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 "15:0:0"
+#define EXCHANGE_PROTOCOL_VERSION "16:0:1"
 
 
 /**
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?

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]