summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-25 05:45:36 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-25 05:45:36 +0000
commit58e429f079a70fe1f019308505bb4743a9fe801f (patch)
tree3d885339810a782d1408b834053e01ccc410c0dd
parentc6788cc0de7b25ebb9872b31088e460a51e50584 (diff)
downloadtor-0.2.0.15-alpha.tar.gz
tor-0.2.0.15-alpha.zip
bump to 0.2.0.15-alphator-0.2.0.15-alpha
svn:r12962
-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 8c6ab91ee0..3d3aa9b253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in version 0.2.0.15-alpha - 2007-12-24
+Changes in version 0.2.0.15-alpha - 2007-12-25
o Major bugfixes:
- Fix several remotely triggerable asserts based on DirPort requests
for a v2 or v3 networkstatus object before we were prepared. This
diff --git a/configure.in b/configure.in
index 0043619650..7432fa97a6 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.14-alpha-dev)
+AM_INIT_AUTOMAKE(tor, 0.2.0.15-alpha)
AM_CONFIG_HEADER(orconfig.h)
AC_CANONICAL_HOST
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index ccd2d05b83..5b8427075c 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.14-alpha-dev"
+!define VERSION "0.2.0.15-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 3b0e1ad757..935f29a9ef 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.14-alpha-dev"
+#define VERSION "0.2.0.15-alpha"