[tor-commits] [vidalia/master] Update version for 0.2.13 release
chiiph at torproject.org
chiiph at torproject.org
Sat Aug 13 03:31:09 UTC 2011
commit e4180f263771ad3de8d813ed7e414f9e0cd0d615
Author: Tomás Touceda <chiiph at torproject.org>
Date: Sat Aug 13 00:30:18 2011 -0300
Update version for 0.2.13 release
---
CMakeLists.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5bb9f9..438a1be 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@
set(VER_MAJOR "0")
set(VER_MINOR "2")
set(VER_PATCH "13")
-set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-git")
+set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
message(STATUS "Configuring Vidalia ${VERSION}")
project(Vidalia)
More information about the tor-commits
mailing list