commit a41119833d7fdff1a77d2a86c79649743273a0ee parent 754140be62f8e38dcb94e3131eb7daab4f933051 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 30 Mar 2020 12:23:53 +0200 Merge branch 'master' of git+ssh://git.taler.net/exchange Diffstat:
| M | 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 @@ -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