]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.0.11-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 18 Sep 2017 18:39:55 +0000 (14:39 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 18 Sep 2017 18:39:55 +0000 (14:39 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 4dc42346abaad41621a1147ac8aaea292606c2a3..3f36da7393e15eed03903bcc878053ee3ce09915 100644 (file)
@@ -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])
 
index 7824d02f147e8e52aabb4fb4e9954337f6e47138..48a4d8e753d95d00fb2bfa2e75dab217bfc79780 100644 (file)
@@ -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"
index e81bf0c9fb5a2c9bd6c95261e1033cd94f0114c8..7399f8178b0006724ebf98fec80fbe20afff1780 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.0.11"
+#define VERSION "0.3.0.11-dev"