[tor-commits] [vidalia/master] Bump version to 0.2.15-git

chiiph at torproject.org chiiph at torproject.org
Fri Oct 7 19:20:40 UTC 2011


commit 30139eca796d9e1cc82a3aac4c8ae12bedce7d02
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Sat Sep 10 16:42:22 2011 -0300

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 18f2575..6906313 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,8 +13,8 @@
 
 set(VER_MAJOR   "0")
 set(VER_MINOR   "2")
-set(VER_PATCH   "14")
-set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
+set(VER_PATCH   "15")
+set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git")
 message(STATUS  "Configuring Vidalia ${VERSION}")
 project(Vidalia)
 





More information about the tor-commits mailing list