commit 66a531f01a1149069b3e2f21952744928de7997f Author: Tomás Touceda chiiph@torproject.org Date: Tue Jul 10 20:28:51 2012 -0300
Bump version to 0.2.20 and update changelog date --- CHANGELOG | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG index 942c027..f485707 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -0.2.20 09-Jul-2012 +0.2.20 10-Jul-2012 o Append router status information if Tor is using microdescriptors. o Display paths with their native separators. Resolves ticket 4337. o Do not ignore the Show on Startup checkbox. Fixes bug 5351. diff --git a/CMakeLists.txt b/CMakeLists.txt index e58ee6a..2135867 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(VER_MAJOR "0") set(VER_MINOR "2") set(VER_PATCH "20") -set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git") +set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia)
tor-commits@lists.torproject.org