aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-23 00:15:25 -0400
committerNick Mathewson <nickm@torproject.org>2014-03-23 00:15:25 -0400
commita53e9bfeb407c1d79a3858d0b4c29cec0fa08f98 (patch)
tree188757ce541028597ddff8c1fe315cb59378f343
parentd336d407d63638ddd1ae35081cc7e53698cd1b5e (diff)
downloadtor-a53e9bfeb407c1d79a3858d0b4c29cec0fa08f98.tar
tor-a53e9bfeb407c1d79a3858d0b4c29cec0fa08f98.tar.gz
bump to 0.2.5.3-alpha-dev
-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 5a5b6e444..6e4104196 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.5.3-alpha])
+AC_INIT([tor],[0.2.5.3-alpha-dev])
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 01a4a58e1..d14ff791b 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.5.3-alpha"
+!define VERSION "0.2.5.3-alpha-dev"
!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 f96d9dff1..ba59e3b71 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.5.3-alpha"
+#define VERSION "0.2.5.3-alpha-dev"