]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.4.3.4-rc
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Apr 2020 12:38:41 +0000 (08:38 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Apr 2020 12:38:41 +0000 (08:38 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 5af9d9862eb2b1e161775c0a97911e781ff3261f..d561f2da66af3a20d553aa2a7dccda4cf4f32c14 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.3-alpha])
+AC_INIT([tor],[0.4.3.4-rc])
 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-03-10"], # for 0.4.3.3-alpha
+AC_DEFINE(APPROX_RELEASE_DATE, ["2020-04-09"], # for 0.4.3.4-rc
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index b3328133b62088635013c37c62f65437b0471406..0779a426fbf727792041e6ff04e0ac996d15f947 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.3.3-alpha"
+!define VERSION "0.4.3.4-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 47ca863ce818f3b5164c1e0172e732e41ae86399..47876c09e58e362c6bad5a3f9244df1988a3d780 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.3.3-alpha"
+#define VERSION "0.4.3.4-rc"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR