]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.3.10-dev.
authorNick Mathewson <nickm@torproject.org>
Mon, 10 Sep 2018 13:42:12 +0000 (09:42 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 10 Sep 2018 13:42:12 +0000 (09:42 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 47dd53034a97187f448dab82259af41b4290e65f..bd084c9d3166146fb5b2e47f0a3dddef18de6036 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.3.10])
+AC_INIT([tor],[0.3.3.10-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 5ecf208357a45238415a30b77eabcd4ee671c6e6..fbf7e9afe445cb5ff53901a65d857aa856920f74 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.10"
+!define VERSION "0.3.3.10-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 08f0048cb2468a4be8ccaf5a28a100d54126d7e6..72489d702127148c5d20bf4fa4351b53de825d7f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.10"
+#define VERSION "0.3.3.10-dev"