]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update version to 0.4.3.6.
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2020 14:31:09 +0000 (10:31 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2020 14:31:09 +0000 (10:31 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 5fbf22bd11b705f83083ad8dd1f227889030303a..a7c7c06fffc3ef0a70256c98c4606e50af6cfa19 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.5-dev])
+AC_INIT([tor],[0.4.3.6])
 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-05-15"], # for 0.4.3.5-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2020-07-09"], # for 0.4.3.6
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index efb64327f1e2ee3a94a03c52c7580b1641abab4f..7f2242c95bbacb5ff026e32278ab3e21783b4ede 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.3.5-dev"
+!define VERSION "0.4.3.6"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 9e18ee9fa60f71fc6fddd28b9538d8e4be91c9c0..886c47925372c91dccdb7c0b1b5db2734a2d5261 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.3.5-dev"
+#define VERSION "0.4.3.6"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR