commit ca9293b3ec81f2b16cf4663d6cba6043950d3427 Author: Tomás Touceda chiiph@torproject.org Date: Sat Jun 16 20:07:12 2012 -0300
Version bump to 0.2.20-git --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt index 915bc3d..e58ee6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@
set(VER_MAJOR "0") set(VER_MINOR "2") -set(VER_PATCH "19") -set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") +set(VER_PATCH "20") +set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia)
tor-commits@lists.torproject.org