commit cf4830cac377503697c7e688e995a3f3cea5225e Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Aug 7 21:01:10 2020 +0200
Bump version to 2.14.0-dev. --- CHANGELOG.md | 3 +++ build.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06c9bd7..c6886e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Changes in version 2.??.? - 2020-??-?? + + # Changes in version 2.14.0 - 2020-08-07
* Medium changes diff --git a/build.xml b/build.xml index 9bd68e6..72990c6 100644 --- a/build.xml +++ b/build.xml @@ -7,7 +7,7 @@ <project default="usage" name="metrics-lib" basedir="." xmlns:ivy="antlib:org.apache.ivy.ant">
- <property name="release.version" value="2.14.0" /> + <property name="release.version" value="2.14.0-dev" /> <property name="javadoc-title" value="Tor Metrics Library API Documentation"/> <property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/** **/onionperf/**" /> <property name="implementation-title" value="Tor Metrics Library" />
tor-commits@lists.torproject.org