]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.4.3.5
authorNick Mathewson <nickm@torproject.org>
Thu, 14 May 2020 14:37:42 +0000 (10:37 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 14 May 2020 14:37:42 +0000 (10:37 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index bad4f047d453adb7ea7f083d0e9c64a051a807cd..1ac4db84ddcbf9c35f5653c7e1cd35c13fd98712 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.4-rc-dev])
+AC_INIT([tor],[0.4.3.5])
 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-04-13"], # for 0.4.3.4-rc-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2020-05-14"], # for 0.4.3.5
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index 28a5c5d93d83e342b95c248a091679dcd9f237ff..53dbbe90fcf21ebbbaec3c7b49cc69f7129f098d 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.3.4-rc-dev"
+!define VERSION "0.4.3.5"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c797d4399c7102d8ab4c2c6879d2d64b625b0823..ee5c48b4462ff9bc2cb493ae2d0067fb2f3b86a2 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.3.4-rc-dev"
+#define VERSION "0.4.3.5"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR