commit a8c9232e9f689944da861af22b81f7431cdb86eb Author: Karsten Loesing karsten.loesing@gmx.net Date: Mon Oct 9 14:04:00 2017 +0200
Prepare for 2.1.1 release. --- CHANGELOG.md | 4 ++-- build.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md index b7021d8..cd0dc6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Changes in version 2.?.? - 2017-??-?? +# Changes in version 2.1.1 - 2017-10-09
- * Medium changes + * Minor changes - Add new optional "build_revision" field to index.json with the Git revision supplied by the calling software.
diff --git a/build.xml b/build.xml index 6f493fa..badaf37 100644 --- a/build.xml +++ b/build.xml @@ -6,7 +6,7 @@
<project default="usage" name="metrics-lib" basedir=".">
- <property name="release.version" value="2.1.0-dev" /> + <property name="release.version" value="2.1.1" /> <property name="javadoc-title" value="Tor Metrics Library API Documentation"/> <property name="javadoc-excludes" value="**/impl/** **/index/** **/internal/** **/log/**" /> <property name="implementation-title" value="Tor Metrics Library" />