[tor-commits] [vidalia/alpha] Bump alpha version to 0.3.1-git

chiiph at torproject.org chiiph at torproject.org
Fri May 20 01:44:50 UTC 2011


commit 7f0a6e3ac65d43cf938d2f4e9d64d898231ed255
Author: Tomas Touceda <chiiph at gentoo.org>
Date:   Tue May 17 11:56:29 2011 -0300

    Bump alpha version to 0.3.1-git
---
 CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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





More information about the tor-commits mailing list