]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.4.0.4-rc
authorNick Mathewson <nickm@torproject.org>
Wed, 10 Apr 2019 15:51:49 +0000 (11:51 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 10 Apr 2019 15:51:49 +0000 (11:51 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 3304b5cabbf0ce1c3b8a364426a80c645bf7bded..dc8fa70863d74259e46a94e63e9c85309dd3e0a5 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.3-alpha-dev])
+AC_INIT([tor],[0.4.0.4-rc])
 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-03-23"], # for 0.4.0.3-alpha-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2019-04-10"], # for 0.4.0.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 0d0d4f493ea2f07c10de2554833845ac7868f2ae..4100b46191e059411f76d9ef49e9c8a168fcc61f 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.0.3-alpha-dev"
+!define VERSION "0.4.0.4-rc"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d3441610b6aff04be3f9edeeaaf3f3a6bb79112e..09d38cb1eba0d90ae7b478a9b495d435c2650af0 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.0.3-alpha-dev"
+#define VERSION "0.4.0.4-rc"