commit c7a2a952aee645cb89ee11d9ee12be92671642cd
parent 2b894b826af54f14ec8927fd2189ff1d2655b744
Author: Florian Dold <florian.dold@gmail.com>
Date: Mon, 30 Mar 2020 15:21:04 +0530
change confusing comment, revision is a different component of libtool versions
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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