diff --git a/configure.ac b/configure.ac index 63b864d1b9a2b1b58e93786e553ff9b34759a94f..14e70f71a05b7049c0b6843ee1bdbeb487d76797 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]) +AC_INIT([tor],[0.4.1.4-rc-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-07-25"], # for 0.4.1.4-rc +AC_DEFINE(APPROX_RELEASE_DATE, ["2019-07-26"], # for 0.4.1.4-rc-dev [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 b20d276a7c2ad44f1197903e812fbb148bdc9b42..fac98bab54b1d54387e99dee0ae67791f3a18f28 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" +!define VERSION "0.4.1.4-rc-dev" !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 64dccf2e1dd722de5e6d2ed2d4b9a7e1e70d3213..78f951c041757e180d90742017e290cb78a372c0 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" +#define VERSION "0.4.1.4-rc-dev"