commit dc1e6b513b3c83c153b6c7228e47ab2358bfc621 Author: Tomas Touceda chiiph@gentoo.org Date: Sun Apr 10 20:49:24 2011 -0300
Bump development version to 0.2.13-git --- CMakeLists.txt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt index 03c6b5f..b580959 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,8 @@
set(VER_MAJOR "0") set(VER_MINOR "2") -set(VER_PATCH "12") -set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") +set(VER_PATCH "13") +set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia)
tor-commits@lists.torproject.org