summaryrefslogtreecommitdiff
path: root/src/lib/exchange_api_handle.c
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-03-30 15:21:04 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-03-30 15:21:04 +0530
commitc7a2a952aee645cb89ee11d9ee12be92671642cd (patch)
treee8f8f84e8b1b31a8d3a1c0b855fbc4c790c73de3 /src/lib/exchange_api_handle.c
parent2b894b826af54f14ec8927fd2189ff1d2655b744 (diff)
downloadexchange-c7a2a952aee645cb89ee11d9ee12be92671642cd.tar.gz
exchange-c7a2a952aee645cb89ee11d9ee12be92671642cd.tar.bz2
exchange-c7a2a952aee645cb89ee11d9ee12be92671642cd.zip
change confusing comment, revision is a different component of libtool versions
Diffstat (limited to 'src/lib/exchange_api_handle.c')
-rw-r--r--src/lib/exchange_api_handle.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index 224897524..67df86bdb 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