summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-10-17 14:46:00 -0400
committerNick Mathewson <nickm@torproject.org>2018-10-17 14:46:00 -0400
commit389bae0e8b5aef5c485fc6674027c049a7f7d591 (patch)
treefa4d869ab81c2ea1f9b27971c8e02f01801fb08b
parent444e9b37c53b0246158a4fca2e4e6e732deb8799 (diff)
downloadtor-389bae0e8b5aef5c485fc6674027c049a7f7d591.tar.gz
tor-389bae0e8b5aef5c485fc6674027c049a7f7d591.zip
Bump to 0.3.5.3-alpha-dev
-rw-r--r--configure.ac2
-rw-r--r--contrib/win32build/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 d6e0c84904..eee30f9cd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.5.3-alpha])
+AC_INIT([tor],[0.3.5.3-alpha-dev])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 8a82b013e4..5c37dd7ced 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.3.5.3-alpha"
+!define VERSION "0.3.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 7a4a1d72c0..4c89925d31 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.3.5.3-alpha"
+#define VERSION "0.3.5.3-alpha-dev"