commit ddddf8f9a5236721c902faa89547af04f598d981 Author: Tomás Touceda chiiph@torproject.org Date: Tue Jan 24 19:25:02 2012 -0300
Update the version in CMakeLists --- CMakeLists.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c07d0d..3325b90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ set(VER_MAJOR "0") set(VER_MINOR "3") set(VER_PATCH "1") -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