]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.2.0.14-alpha
authorRoger Dingledine <arma@torproject.org>
Sun, 23 Dec 2007 01:31:39 +0000 (01:31 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 23 Dec 2007 01:31:39 +0000 (01:31 +0000)
svn:r12935

ChangeLog
configure.in
contrib/tor-mingw.nsi.in
src/win32/orconfig.h

index 78392d074f45a920d93926505b417f2312801159..62c5dd1c402c40f05159864df8f27b057d8da989 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.0.14-alpha - 2007-12-??
+Changes in version 0.2.0.14-alpha - 2007-12-22
   o Major bugfixes:
     - Fix a crash on startup if you install Tor 0.2.0.13-alpha fresh
       without a datadirectory from a previous Tor install. Reported
index f6bdcdaffcd667d51edddf4ed792def468bcdc5b..1f95132ade80d17c2ce47c5e7d77b48a77b5f3d0 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson
 dnl See LICENSE for licensing information
 
 AC_INIT
-AM_INIT_AUTOMAKE(tor, 0.2.0.13-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.0.14-alpha)
 AM_CONFIG_HEADER(orconfig.h)
 
 AC_CANONICAL_HOST
index bfd803def7f768dd09fa025c8d20a442cd4a0138..153c9338020f8c6b97910ae49f8fbf7acd85aaf1 100644 (file)
@@ -9,7 +9,7 @@
 !include "FileFunc.nsh"
 !insertmacro GetParameters
   
-!define VERSION "0.2.0.13-alpha-dev"
+!define VERSION "0.2.0.14-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c916fc1dee6389d1cf7d9d1edd0079d60c9d76bd..22a2a04359571700b52e3e00d902a8ddd03cb186 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.2.0.13-alpha-dev"
+#define VERSION "0.2.0.14-alpha"