[tor-commits] [vidalia/alpha] Update version for release

chiiph at torproject.org chiiph at torproject.org
Thu May 31 02:01:36 UTC 2012


commit f59151a84037315a9adce53d2096df9edca26dbf
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Wed May 30 23:00:39 2012 -0300

    Update version for release
---
 CMakeLists.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index c9a2405..8a9783c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@
 set(VER_MAJOR   "0")
 set(VER_MINOR   "3")
 set(VER_PATCH   "2")
-set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git")
+set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-alpha")
 message(STATUS  "Configuring Vidalia ${VERSION}")
 project(Vidalia)
 



More information about the tor-commits mailing list