]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.3.5.9-dev
authorNick Mathewson <nickm@torproject.org>
Mon, 9 Dec 2019 21:01:11 +0000 (16:01 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Dec 2019 21:01:11 +0000 (16:01 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 15b66eef60f45929a098c9873448c44ca65a7e61..834fea073af87a7e10a4b157dc314f859c047ddb 100644 (file)
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
 AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.5.9])
+AC_INIT([tor],[0.3.5.9-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index 32d468e7983f7f03b50e1a7c012920d463e2dabd..9eeb3282230ce34489ffa5f090e84aa1f65e8a9c 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.9"
+!define VERSION "0.3.5.9-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 6d1801f85980fd992fd9357a959d1885fcbbf16b..baad733d0f131c96ddba8a6953e021ddae416e3c 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.9"
+#define VERSION "0.3.5.9-dev"