diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-16 08:32:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-16 08:32:09 -0500 |
commit | dd524c6335b6d4a554c4bd23e8830c66135a636e (patch) | |
tree | e88520e1f50cbf8253ed5fb2bd7bd7de8f48e1f3 /configure.ac | |
parent | 49062d72b5c022957bcb3bbdd116ec32550794fe (diff) | |
download | tor-dd524c6335b6d4a554c4bd23e8830c66135a636e.tar.gz tor-dd524c6335b6d4a554c4bd23e8830c66135a636e.zip |
Bump to 0.4.0.1-alpha
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 76fc12be50..ca1af4ec6e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, The Tor Project, Inc. dnl See LICENSE for licensing information AC_PREREQ([2.63]) -AC_INIT([tor],[0.4.0.0-alpha-dev]) +AC_INIT([tor],[0.4.0.1-alpha]) 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-15"], # for 0.4.0.0-alpha-dev +AC_DEFINE(APPROX_RELEASE_DATE, ["2019-01-18"], # for 0.4.0.1-alpha [Approximate date when this software was released. (Updated when the version changes.)]) # "foreign" means we don't follow GNU package layout standards |