aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-23 01:31:39 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-23 01:31:39 +0000
commit5b3e5e87bc705b8c55c8272c38aa8d888ba41c75 (patch)
tree291ad28a1b9829ea93fe02ebc78e86317bcb92bc
parent9dcde682f59f2fbd134550d2bf2cc59cf702cc77 (diff)
downloadtor-5b3e5e87bc705b8c55c8272c38aa8d888ba41c75.tar.gz
tor-5b3e5e87bc705b8c55c8272c38aa8d888ba41c75.zip
bump to 0.2.0.14-alpha
svn:r12935
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
-rw-r--r--contrib/tor-mingw.nsi.in2
-rw-r--r--src/win32/orconfig.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 78392d074f..62c5dd1c40 100644
--- 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
diff --git a/configure.in b/configure.in
index f6bdcdaffc..1f95132ade 100644
--- a/configure.in
+++ b/configure.in
@@ -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
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index bfd803def7..153c933802 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -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"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index c916fc1dee..22a2a04359 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -227,6 +227,6 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.0.13-alpha-dev"
+#define VERSION "0.2.0.14-alpha"