[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r2603: Bump to 0.1.3 and give the changelog a date. (in vidalia: . trunk)



Author: edmanm
Date: 2008-05-25 21:32:55 -0400 (Sun, 25 May 2008)
New Revision: 2603

Modified:
   vidalia/
   vidalia/trunk/CHANGELOG
   vidalia/trunk/CMakeLists.txt
Log:
 r357@thebe:  edmanm | 2008-05-25 21:33:32 -0400
 Bump to 0.1.3 and give the changelog a date.



Property changes on: vidalia
___________________________________________________________________
 svk:merge ticket from /local/vidalia [r357] on 45a62a8a-8088-484c-baad-c7b3e776dd32

Modified: vidalia/trunk/CHANGELOG
===================================================================
--- vidalia/trunk/CHANGELOG	2008-05-26 01:25:08 UTC (rev 2602)
+++ vidalia/trunk/CHANGELOG	2008-05-26 01:32:55 UTC (rev 2603)
@@ -1,4 +1,4 @@
-0.1.3   xx-xxx-2008
+0.1.3   25-May-2008
   o Fix a bug in how Vidalia sent control commands to Tor that would
     cause Vidalia to freeze when built against Qt 4.4.0. (Ticket #353)
   o If we're running Tor >= 0.2.0.13-alpha, then check the descriptor

Modified: vidalia/trunk/CMakeLists.txt
===================================================================
--- vidalia/trunk/CMakeLists.txt	2008-05-26 01:25:08 UTC (rev 2602)
+++ vidalia/trunk/CMakeLists.txt	2008-05-26 01:32:55 UTC (rev 2603)
@@ -14,7 +14,7 @@
 set(VER_MAJOR   "0")
 set(VER_MINOR   "1")
 set(VER_PATCH   "3")
-set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn")
+set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
 message(STATUS  "Configuring Vidalia ${VERSION}")
 project(Vidalia)