Commit 66a531f0 authored by Tomas Touceda's avatar Tomas Touceda
Browse files

Bump version to 0.2.20 and update changelog date

parent 5ff9ab39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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.
+1 −1
Original line number Diff line number Diff line
@@ -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)