summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-30 12:23:53 +0200
committerChristian Grothoff <christian@grothoff.org>2020-03-30 12:23:53 +0200
commita41119833d7fdff1a77d2a86c79649743273a0ee (patch)
tree919d354ecdb62519a364de6b3d14cfa12c108a29 /src
parent754140be62f8e38dcb94e3131eb7daab4f933051 (diff)
parentc7a2a952aee645cb89ee11d9ee12be92671642cd (diff)
downloadexchange-a41119833d7fdff1a77d2a86c79649743273a0ee.tar.gz
exchange-a41119833d7fdff1a77d2a86c79649743273a0ee.tar.bz2
exchange-a41119833d7fdff1a77d2a86c79649743273a0ee.zip
Merge branch 'master' of git+ssh://git.taler.net/exchange
Diffstat (limited to 'src')
-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