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: version bump relate


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: version bump related to #5777 implementation
Date: Wed, 24 Jul 2019 00:34:08 +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 80ff1866 version bump related to #5777 implementation
80ff1866 is described below

commit 80ff1866489dc3c77e84dc4b8f793067ff586745
Author: Christian Grothoff <address@hidden>
AuthorDate: Wed Jul 24 00:34:06 2019 +0200

    version bump related to #5777 implementation
---
 src/exchange/taler-exchange-httpd_keystate.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keystate.c 
b/src/exchange/taler-exchange-httpd_keystate.c
index 7d67b876..eaa3fa49 100644
--- a/src/exchange/taler-exchange-httpd_keystate.c
+++ b/src/exchange/taler-exchange-httpd_keystate.c
@@ -39,7 +39,7 @@
  * release version, and the format is NOT the same that semantic
  * versioning uses either.
  */
-#define TALER_PROTOCOL_VERSION "4:0:0"
+#define TALER_PROTOCOL_VERSION "5:0:1"
 
 
 /**
@@ -105,7 +105,7 @@ struct DenominationKeyEntry
   struct GNUNET_HashCode denom_key_hash;
 
 #ifdef OPTIMIZE_5777_AUDITOR_BY_COUNT_REALTIME_DETECTION
-  
+
   /**
    * Mutex that must be held before threads may access or update
    * @e known_coin_counter or @e known_coin_counter_db.
@@ -117,7 +117,7 @@ struct DenominationKeyEntry
    * @e issued_coin_counter or @e issued_coin_counter_db.
    */
   pthread_mutex_t issued_coin_counter_mutex;
-  
+
   /**
    * How many coins of this denomination have been redeemed so far (according
    * to only this process)?
@@ -141,9 +141,9 @@ struct DenominationKeyEntry
    * last time we synchronized the value with our database)?
    */
   uint64_t issued_coin_counter_db;
-  
+
 #endif
-  
+
 };
 
 

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



reply via email to

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