commit 8aacca7aa060d8e21c637ea9ab4afdbb16cf050e Author: Tomás Touceda chiiph@torproject.org Date: Sat Jun 9 13:45:32 2012 -0300
Bump version to 0.3.3-git --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a9783c..a16b20d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@
set(VER_MAJOR "0") set(VER_MINOR "3") -set(VER_PATCH "2") -set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-alpha") +set(VER_PATCH "3") +set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia)
tor-commits@lists.torproject.org