]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump master to 0.4.3.0-alpha-dev. tor-0.4.3.0-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 11 Oct 2019 21:15:04 +0000 (17:15 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 11 Oct 2019 21:15:04 +0000 (17:15 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index f610fb0a072c0b9e9c33d6da93643495043a8d8d..bd961e74e191efe69e19914df7245612cfb8697b 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.3.0-alpha-dev])
 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-11"], # for 0.4.3.0-alpha-dev
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index a0867d10ae6988a419b83904d8b90db16328bc74..990f4933fe948205bc4e9370197e7352c28e5653 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.3.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index ddcca8ebb0f73ac5f7650b4ba0d069bec7d69a1b..5fb13404656e1493a81fd1b68b62b691430911ef 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.2.2-alpha-dev"
+#define VERSION "0.4.3.0-alpha-dev"