commit a662abc7a2a79b95a1633c52f108979401d09591 Author: Tomás Touceda chiiph@torproject.org Date: Tue Jan 24 19:40:51 2012 -0300
Update version to 0.2.16 in CMakeLists --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1738c78..10edfaf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(VER_MAJOR "0") set(VER_MINOR "2") set(VER_PATCH "16") -set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git") +set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}") message(STATUS "Configuring Vidalia ${VERSION}") project(Vidalia)
tor-commits@lists.torproject.org