Commit 3670f597 authored by Matt Edman's avatar Matt Edman
Browse files

Bump to 0.1.14.


svn:r3921
parent 17db8248
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
0.1.14  xx-xxx-2009
0.1.14  29-Jun-2009
  o Close the TorProcess more quickly after registering for log events, so
    we avoid displaying duplicate log messages received over Tor's control
    port and Tor's stdout log. (Ticket #484)
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
set(VER_MAJOR   "0")
set(VER_MINOR   "1")
set(VER_PATCH   "14")
set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn")
set(VERSION     "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
message(STATUS  "Configuring Vidalia ${VERSION}")
project(Vidalia)