]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.3.5.11-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2020 17:12:45 +0000 (13:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2020 17:12:45 +0000 (13:12 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 24f1eeda3e17ba22457b95b49a4ffa82c68b3eb2..f30a7efa91e1b69346545eb20e93ae7c1b7287a6 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.11])
+AC_INIT([tor],[0.3.5.11-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
index e4af442c06ba5986ca8bae14b8bde208db0b8f98..638754153b6745f2e352bd580783649e12e6be1a 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.3.5.11"
+!define VERSION "0.3.5.11-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 521f54192c968a1f44092afecc3ac479eb1aae9d..ec7a5b2429844b318e69aa4429a1779dcb5ae76b 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.3.5.11"
+#define VERSION "0.3.5.11-dev"