gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: implement #8357 - bump protocol


From: gnunet
Subject: [taler-merchant] branch master updated: implement #8357 - bump protocol version
Date: Sun, 03 Mar 2024 11:55:09 +0100

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 182b74f7 implement #8357 - bump protocol version
182b74f7 is described below

commit 182b74f7f65960ffbc7a8045fa185d979e96c0bb
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Mar 3 11:55:04 2024 +0100

    implement #8357 - bump protocol version
---
 src/backend/taler-merchant-httpd_config.c | 2 +-
 src/lib/merchant_api_get_config.c         | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_config.c 
b/src/backend/taler-merchant-httpd_config.c
index 7a9d2324..074c2a7e 100644
--- a/src/backend/taler-merchant-httpd_config.c
+++ b/src/backend/taler-merchant-httpd_config.c
@@ -42,7 +42,7 @@
  * #MERCHANT_PROTOCOL_CURRENT and #MERCHANT_PROTOCOL_AGE in
  * merchant_api_config.c!
  */
-#define MERCHANT_PROTOCOL_VERSION "9:0:5"
+#define MERCHANT_PROTOCOL_VERSION "10:0:6"
 
 
 /**
diff --git a/src/lib/merchant_api_get_config.c 
b/src/lib/merchant_api_get_config.c
index f2f6ab39..b8328f9e 100644
--- a/src/lib/merchant_api_get_config.c
+++ b/src/lib/merchant_api_get_config.c
@@ -34,12 +34,12 @@
  * Which version of the Taler protocol is implemented
  * by this library?  Used to determine compatibility.
  */
-#define MERCHANT_PROTOCOL_CURRENT 9
+#define MERCHANT_PROTOCOL_CURRENT 10
 
 /**
  * How many configs are we backwards-compatible with?
  */
-#define MERCHANT_PROTOCOL_AGE 4
+#define MERCHANT_PROTOCOL_AGE 5
 
 
 /**

-- 
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]