diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-10-26 21:17:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-10-26 21:17:01 +0200 |
commit | e39cd3ad14e4608afdacf21c2f003d47597e9ab0 (patch) | |
tree | bc62fd1fe82472a28959a7965c82b0d324c63011 | |
parent | 0a9e86450a59aedbbbcedea084b625b388e7e345 (diff) |
note on bumping version
-rw-r--r-- | src/exchange/taler-exchange-httpd_keystate.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-httpd_keystate.c b/src/exchange/taler-exchange-httpd_keystate.c index 4962d4f46..4eb5af5da 100644 --- a/src/exchange/taler-exchange-httpd_keystate.c +++ b/src/exchange/taler-exchange-httpd_keystate.c @@ -38,6 +38,10 @@ * precisely. Note that this version has NOTHING to do with the * release version, and the format is NOT the same that semantic * versioning uses either. + * + * When changing this version, you likely want to also update + * #TALER_PROTOCOL_CURRENT and #TALER_PROTOCOL_AGE in + * exchange_api_handle.c! */ #define TALER_PROTOCOL_VERSION "5:0:1" |