gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: change confusing comment, revisi


From: gnunet
Subject: [taler-exchange] branch master updated: change confusing comment, revision is a different component of libtool versions
Date: Mon, 30 Mar 2020 11:51:15 +0200

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c7a2a952 change confusing comment, revision is a different component 
of libtool versions
c7a2a952 is described below

commit c7a2a952aee645cb89ee11d9ee12be92671642cd
Author: Florian Dold <address@hidden>
AuthorDate: Mon Mar 30 15:21:04 2020 +0530

    change confusing comment, revision is a different component of libtool 
versions
---
 src/lib/exchange_api_handle.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 22489752..67df86bd 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -36,13 +36,13 @@
 #include "taler_curl_lib.h"
 
 /**
- * Which revision of the Taler protocol is implemented
+ * Which version of the Taler protocol is implemented
  * by this library?  Used to determine compatibility.
  */
 #define TALER_PROTOCOL_CURRENT 7
 
 /**
- * How many revisions back are we compatible to?
+ * How many versions are we backwards compatible with?
  */
 #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]