]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update to 0.3.3.3.11-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 8 Jan 2019 02:16:40 +0000 (21:16 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 8 Jan 2019 02:16:40 +0000 (21:16 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index a5e1faf4ea39f2e36fc7ba3412e2c791dccf12fa..285bf6bc13ea16335fc43d39c75687ae886609e4 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.11])
+AC_INIT([tor],[0.3.3.11-dev])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index aaee0e77e6d144adad04813f11086b33b81a49e5..826d60de8d23103b1b144b9a3adbf030e5f11c61 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.3.11"
+!define VERSION "0.3.3.11-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 2131d4f4383029a2384564c02afaa1f9ed94345f..b66b0390f671804d76a21899f41d3fb4126e8e25 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.3.11"
+#define VERSION "0.3.3.11-dev"