]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.4.1.0-alpha-dev tor-0.4.1.0-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Tue, 19 Feb 2019 14:29:43 +0000 (09:29 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 19 Feb 2019 14:29:43 +0000 (09:29 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 7de3c3a46ebcc8a52691fd94ba2435a875e71044..6036cdffe5c9d79639bf3f7c76cbed09baa088a8 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.0.1-alpha-dev])
+AC_INIT([tor],[0.4.1.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-01-18"], # for 0.4.0.1-alpha
+AC_DEFINE(APPROX_RELEASE_DATE, ["2019-02-19"], # for 0.4.1.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 4f2f82d007f0056b0c05a6c4cecb037e17483461..419b5aa58c05b6947c0d21b3a714ad04074ac4d2 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.0.1-alpha-dev"
+!define VERSION "0.4.1.0-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c618c5b49d4a99beb6c87b7f4da48aa6b1010fc1..892531ceb4a956022100dcbf0751b377aea93d6f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.0.1-alpha-dev"
+#define VERSION "0.4.1.0-alpha-dev"