commit 2fec50f0e9ab4f1d1e6c24008666ef1325b94c32 Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Feb 14 16:22:55 2020 +0100
Bump version to 7.1-1.24.1-dev. --- CHANGELOG.md | 3 +++ build.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 39cb6b1..fce8f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Changes in version 7.?-1.??-? - 2020-??-?? + + # Changes in version 7.1-1.24.1 - 2020-02-14
* Minor changes diff --git a/build.xml b/build.xml index 126b408..4063ce8 100644 --- a/build.xml +++ b/build.xml @@ -11,7 +11,7 @@ <property name="implementation-title" value="Onionoo" /> <property name="onionoo.protocol.version" value="7.1"/> <property name="release.version" - value="${onionoo.protocol.version}-1.24.1"/> + value="${onionoo.protocol.version}-1.24.1-dev"/> <property name="metricslibversion" value="2.10.0"/> <property name="jetty.version" value="-9.2.21.v20170120" /> <property name="warfile"
tor-commits@lists.torproject.org