aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-18 14:39:55 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-18 14:39:55 -0400
commite78347fcc206dd8bf1838fb5f396c8a7eefc0325 (patch)
treeee8c76e520932f356301b421af0078a4fcb92959
parent139bda4fe48e0cdba68c9e802be983fb971e55be (diff)
downloadtor-e78347fcc206dd8bf1838fb5f396c8a7eefc0325.tar.gz
tor-e78347fcc206dd8bf1838fb5f396c8a7eefc0325.zip
bump to 0.3.0.11-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 4dc42346ab..3f36da7393 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2015, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.0.11])
+AC_INIT([tor],[0.3.0.11-dev])
AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 7824d02f14..48a4d8e753 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.0.11"
+!define VERSION "0.3.0.11-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 e81bf0c9fb..7399f8178b 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.0.11"
+#define VERSION "0.3.0.11-dev"