[tor-commits] [vidalia/alpha] Update the version in CMakeLists

chiiph at torproject.org chiiph at torproject.org
Tue Jan 24 22:48:13 UTC 2012


commit ddddf8f9a5236721c902faa89547af04f598d981
Author: Tomás Touceda <chiiph at 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)
 



More information about the tor-commits mailing list