diff options
author | Tor CI Release <no-email@torproject.org> | 2022-02-04 16:00:33 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2022-02-04 11:09:12 -0500 |
commit | 774374ebf54aa1d7e0bde7c8c5009f5e840eb732 (patch) | |
tree | c51dd8d84f8ce7e4e050d9c01ecdcaa1783c12d7 /configure.ac | |
parent | 6a6332a683abdfe18c85356ca1c05f8fb589ac82 (diff) | |
download | tor-774374ebf54aa1d7e0bde7c8c5009f5e840eb732.tar.gz tor-774374ebf54aa1d7e0bde7c8c5009f5e840eb732.zip |
version: Bump version to 0.4.5.12
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 0e714e66c0..b0044a1b15 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.5.11-dev]) +AC_INIT([tor],[0.4.5.12]) AC_CONFIG_SRCDIR([src/app/main/tor_main.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -16,7 +16,7 @@ configure_flags="$*" # 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, ["2021-10-28"], # for 0.4.5.11-dev +AC_DEFINE(APPROX_RELEASE_DATE, ["2022-02-04"], # for 0.4.5.12 [Approximate date when this software was released. (Updated when the version changes.)]) # "foreign" means we don't follow GNU package layout standards |