summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-05-22 11:56:02 -0400
committerNick Mathewson <nickm@torproject.org>2019-05-22 11:56:02 -0400
commit3a7ed8bc5f2cd1b6665510fcebf9c57829608e81 (patch)
tree1d87e835fbc1b301bda219cc69f16011660ed137 /configure.ac
parent24c2502070b695c047fa7ebd87ac436a98e0bb51 (diff)
downloadtor-3a7ed8bc5f2cd1b6665510fcebf9c57829608e81.tar.gz
tor-3a7ed8bc5f2cd1b6665510fcebf9c57829608e81.zip
Bump to 0.4.1.1-alpha
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e65e960d7f..9460ae637d 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.0-alpha-dev])
+AC_INIT([tor],[0.4.1.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-02-19"], # for 0.4.1.0-alpha-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2019-05-22"], # for 0.4.1.1-alpha
[Approximate date when this software was released. (Updated when the version changes.)])
# "foreign" means we don't follow GNU package layout standards