diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-23 01:31:39 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-23 01:31:39 +0000 |
commit | 5b3e5e87bc705b8c55c8272c38aa8d888ba41c75 (patch) | |
tree | 291ad28a1b9829ea93fe02ebc78e86317bcb92bc | |
parent | 9dcde682f59f2fbd134550d2bf2cc59cf702cc77 (diff) | |
download | tor-5b3e5e87bc705b8c55c8272c38aa8d888ba41c75.tar.gz tor-5b3e5e87bc705b8c55c8272c38aa8d888ba41c75.zip |
bump to 0.2.0.14-alpha
svn:r12935
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | contrib/tor-mingw.nsi.in | 2 | ||||
-rw-r--r-- | src/win32/orconfig.h | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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" |