diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-19 09:29:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-19 09:29:43 -0500 |
commit | 9a158a45b1fe9f36cf0d41c5d1dcec7be74f1719 (patch) | |
tree | b3ded53d34020a844b9f1f5cba3a5d3530ae05ec /configure.ac | |
parent | 94f7e53d0416d80bacc5e2cf86e97ab07cfb09f2 (diff) | |
download | tor-9a158a45b1fe9f36cf0d41c5d1dcec7be74f1719.tar.gz tor-9a158a45b1fe9f36cf0d41c5d1dcec7be74f1719.zip |
Bump to 0.4.1.0-alpha-devtor-0.4.1.0-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 7de3c3a46e..6036cdffe5 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.1-alpha-dev]) +AC_INIT([tor],[0.4.1.0-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-01-18"], # for 0.4.0.1-alpha +AC_DEFINE(APPROX_RELEASE_DATE, ["2019-02-19"], # for 0.4.1.0-alpha-dev [Approximate date when this software was released. (Updated when the version changes.)]) # "foreign" means we don't follow GNU package layout standards |