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

index 05e1392cffa2e60fb4415a3b2d680b3313ff4823..3ef9b255e7fb2f823a398926eab62067b6476731 100644 (file)
@@ -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.7])
+AC_INIT([tor],[0.3.5.7-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 0202a4db29a94882c0cbca8535c872b1b596578e..1e869165e376d79fb7b969aa84a60409c34ec14b 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.7"
+!define VERSION "0.3.5.7-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 8522169c856d45c8594039685783a549dc043029..496eb0ceb0f1c523d3b94624d019df31b0974b04 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.7"
+#define VERSION "0.3.5.7-dev"