[tor-commits] [vidalia/alpha] Version bump to 0.3.2-git

chiiph at torproject.org chiiph at torproject.org
Mon Mar 5 13:01:51 UTC 2012


commit 5288d65615d1fb0d128f2c9d9aae03759b5024be
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Mon Mar 5 09:37:04 2012 -0300

    Version bump to 0.3.2-git
---
 CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3325b90..a8ea862 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,8 +13,8 @@
 
 set(VER_MAJOR   "0")
 set(VER_MINOR   "3")
-set(VER_PATCH   "1")
-set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
+set(VER_PATCH   "2")
+set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git")
 message(STATUS  "Configuring Vidalia ${VERSION}")
 project(Vidalia)
 





More information about the tor-commits mailing list