commit f3e364450f41028197ad39f644acd793cc1c4bf0 Author: Tomás Touceda chiiph@torproject.org Date: Mon Mar 5 09:38:03 2012 -0300
Version bump to 0.2.18-git --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt index be764ce..498041c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@
set(VER_MAJOR "0") set(VER_MINOR "2") -set(VER_PATCH "17") -set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") +set(VER_PATCH "18") +set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia)
tor-commits@lists.torproject.org