[tor-commits] [vidalia/alpha] Update version for tagging 0.3.0-alpha
chiiph at torproject.org
chiiph at torproject.org
Sun May 8 23:01:28 UTC 2011
commit ef2937304be337f0582c2b981438c1f7cd7bc409
Author: Tomas Touceda <chiiph at gentoo.org>
Date: Sun May 8 19:54:48 2011 -0300
Update version for tagging 0.3.0-alpha
---
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2c3ff1a..af75563 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@
set(VER_MAJOR "0")
set(VER_MINOR "3")
set(VER_PATCH "0")
-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