summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-06-18 10:40:18 -0400
committerNick Mathewson <nickm@torproject.org>2013-06-18 10:40:18 -0400
commitfd9ba5ed560d3be63ce0eb898ea73dff2b9b9ae7 (patch)
treecc8bbf7b30efe6f3c10e4dbc821f1dd5210f74e0
parentce168e78009d7aab21254e8dc976573bd2bb2701 (diff)
downloadtor-fd9ba5ed560d3be63ce0eb898ea73dff2b9b9ae7.tar.gz
tor-fd9ba5ed560d3be63ce0eb898ea73dff2b9b9ae7.zip
Bump version to 0.2.4.14-alpha.
(Remember, this isn't a release until we tag it.)
-rw-r--r--configure.ac2
-rw-r--r--contrib/tor-mingw.nsi.in2
-rw-r--r--src/win32/orconfig.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f7e7f5ef59..5def901b4e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
dnl Copyright (c) 2007-2013, The Tor Project, Inc.
dnl See LICENSE for licensing information
-AC_INIT([tor],[0.2.4.13-alpha])
+AC_INIT([tor],[0.2.4.14-alpha])
AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE
diff --git a/contrib/tor-mingw.nsi.in b/contrib/tor-mingw.nsi.in
index 603194a63f..0697577067 100644
--- a/contrib/tor-mingw.nsi.in
+++ b/contrib/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.2.4.13-alpha"
+!define VERSION "0.2.4.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 508fe36795..b073219cfe 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -241,7 +241,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.2.4.13-alpha"
+#define VERSION "0.2.4.14-alpha"