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

chiiph at torproject.org chiiph at torproject.org
Sat Dec 24 17:05:23 UTC 2011


commit 14cc7b592420ef4101c5e59261986be7defa2542
Author: Tomás Touceda <chiiph at torproject.org>
Date:   Sat Dec 24 14:03:54 2011 -0300

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

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9303d6b..1738c78 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,8 +13,8 @@
 
 set(VER_MAJOR   "0")
 set(VER_MINOR   "2")
-set(VER_PATCH   "15")
-set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
+set(VER_PATCH   "16")
+set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git")
 message(STATUS  "Configuring Vidalia ${VERSION}")
 project(Vidalia)
 





More information about the tor-commits mailing list