commit c735ee73e4b6588120d9861f47706f664a89071b Author: Tomás Touceda chiiph@torproject.org Date: Sat Feb 11 15:11:35 2012 -0300
Version bump to 0.2.17 --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt index 10edfaf..be764ce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@
set(VER_MAJOR "0") set(VER_MINOR "2") -set(VER_PATCH "16") +set(VER_PATCH "17") set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia)