diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-03-23 08:44:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-03-23 08:44:36 -0400 |
commit | 8bc3ac6a84a11adb728f4ce49f23414c27fe84cd (patch) | |
tree | ba8b70043b457c75a32afe5764a5c43e23084e44 /configure.ac | |
parent | 4b79b43e3e821eaddb7a6a6e8fff3aef050fd3f9 (diff) | |
download | tor-8bc3ac6a84a11adb728f4ce49f23414c27fe84cd.tar.gz tor-8bc3ac6a84a11adb728f4ce49f23414c27fe84cd.zip |
Bump to 0.4.0.3-alpha-dev
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 c5e1b6d564..17a4d9680e 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.0.3-alpha]) +AC_INIT([tor],[0.4.0.3-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-03-21"], # for 0.4.0.3-alpha +AC_DEFINE(APPROX_RELEASE_DATE, ["2019-03-23"], # for 0.4.0.3-alpha-dev [Approximate date when this software was released. (Updated when the version changes.)]) # "foreign" means we don't follow GNU package layout standards |