]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.4.2.3-alpha
authorNick Mathewson <nickm@torproject.org>
Thu, 24 Oct 2019 00:25:34 +0000 (20:25 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 24 Oct 2019 00:25:34 +0000 (20:25 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index b8b745e980ae0d68823aca0b667fac3d1cf2edbf..f660041b3d13d4fc3189648b5cc4aa5c469fbc16 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.2.2-alpha-dev])
+AC_INIT([tor],[0.4.2.3-alpha])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -14,7 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
 # 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, ["2019-10-07"], # for 0.4.2.2-alpha-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2019-10-24"], # for 0.4.2.3-alpha
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index a0867d10ae6988a419b83904d8b90db16328bc74..0ec8e1f6e0dfed1f2f6ccba0e8a78b1dd5c2d5a0 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.2.2-alpha-dev"
+!define VERSION "0.4.2.3-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ddcca8ebb0f73ac5f7650b4ba0d069bec7d69a1b..19cf0437bb3d34c5057a589b1de3a2cbe54408e3 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.2.2-alpha-dev"
+#define VERSION "0.4.2.3-alpha"