gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: bump protocol versi


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: bump protocol version of C client, we do support the new refresh
Date: Sun, 10 Dec 2017 19:03:19 +0100

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 749c02f  bump protocol version of C client, we do support the new 
refresh
749c02f is described below

commit 749c02fe37d75195e50c8cd225922d26bb3f974d
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Dec 10 19:03:11 2017 +0100

    bump protocol version of C client, we do support the new refresh
---
 src/exchange-lib/exchange_api_handle.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange-lib/exchange_api_handle.c 
b/src/exchange-lib/exchange_api_handle.c
index e89448d..22e64b9 100644
--- a/src/exchange-lib/exchange_api_handle.c
+++ b/src/exchange-lib/exchange_api_handle.c
@@ -33,12 +33,12 @@
  * Which revision of the Taler protocol is implemented
  * by this library?  Used to determine compatibility.
  */
-#define TALER_PROTOCOL_CURRENT 1
+#define TALER_PROTOCOL_CURRENT 2
 
 /**
  * How many revisions back are we compatible to?
  */
-#define TALER_PROTOCOL_AGE 1
+#define TALER_PROTOCOL_AGE 0
 
 
 /**

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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