diff --git a/configure.ac b/configure.ac index 14e70f71a05b7049c0b6843ee1bdbeb487d76797..d26545be2522b408be8a7c7dd776e8744b1c4b3a 100644 --- a/configure.ac +++ b/configure.ac @@ -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.1.4-rc-dev]) +AC_INIT([tor],[0.4.1.5]) 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-07-26"], # for 0.4.1.4-rc-dev +AC_DEFINE(APPROX_RELEASE_DATE, ["2019-08-19"], # for 0.4.1.5 [Approximate date when this software was released. (Updated when the version changes.)]) # "foreign" means we don't follow GNU package layout standards diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in index fac98bab54b1d54387e99dee0ae67791f3a18f28..d22bc7c0cb4a451572bfae8310ee252693f23871 100644 --- a/contrib/win32build/tor-mingw.nsi.in +++ b/contrib/win32build/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.4.1.4-rc-dev" +!define VERSION "0.4.1.5" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 78f951c041757e180d90742017e290cb78a372c0..9bb1a90926b1fa56141a74a98307fa8c7700dfcf 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -218,7 +218,7 @@ #define USING_TWOS_COMPLEMENT /* Version number of package */ -#define VERSION "0.4.1.4-rc-dev" +#define VERSION "0.4.1.5"