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

index a7c7c06fffc3ef0a70256c98c4606e50af6cfa19..e28f957d0370f19630b068ddce7741c6f14a6a65 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.4.3.6])
+AC_INIT([tor],[0.4.3.6-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -16,7 +16,7 @@ configure_flags="$*"
 # version number changes.  Tor uses it to make sure that it
 # only shuts down for missing "required protocols" when those protocols
 # are listed as required by a consensus after this date.
-AC_DEFINE(APPROX_RELEASE_DATE, ["2020-07-09"], # for 0.4.3.6
+AC_DEFINE(APPROX_RELEASE_DATE, ["2020-07-09"], # for 0.4.3.6-dev
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index 7f2242c95bbacb5ff026e32278ab3e21783b4ede..f1de58e70f19836ab54d3d0024293b619f404e81 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.3.6"
+!define VERSION "0.4.3.6-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 886c47925372c91dccdb7c0b1b5db2734a2d5261..ee203da680e80f63e982ddc340af01293b48ab11 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.3.6"
+#define VERSION "0.4.3.6-dev"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR