]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update to 0.4.4.0-alpha-dev tor-0.4.4.0-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 11 Feb 2020 00:43:54 +0000 (19:43 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 11 Feb 2020 00:43:54 +0000 (19:43 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index e31b5751fa069b2fcc2d3b40625676b79fe571b8..aa511a39110f971632714dd4552fd2a53f898013 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.2-alpha])
+AC_INIT([tor],[0.4.4.0-alpha-dev])
 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-02-10"], # for 0.4.3.2-alpha
+AC_DEFINE(APPROX_RELEASE_DATE, ["2020-02-11"], # for 0.4.4.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 6e5775a5ec4ddae1224aec23cc4903d059d1ad69..fb13a2eb366bc80652657bd469ea75d6b18720ba 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.3.2-alpha"
+!define VERSION "0.4.4.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 5422c974852e3fdbebc32299542b87435ed040ae..3c8f91d53b32249263a0124b4ad9ecf16cbca2c4 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.3.2-alpha"
+#define VERSION "0.4.4.0-alpha-dev"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR