diff options
author | Tor CI Release <no-email@torproject.org> | 2023-01-12 16:01:04 +0000 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2023-01-12 11:15:23 -0500 |
commit | 5a085a8f0f3fbca5d73344428a4703953eb1d38f (patch) | |
tree | 70bf1b7c828a5febdd7d340d68f7c5ec756ddd43 /configure.ac | |
parent | 64c0a9fa747a2fd397735976e96bab941347b231 (diff) | |
download | tor-5a085a8f0f3fbca5d73344428a4703953eb1d38f.tar.gz tor-5a085a8f0f3fbca5d73344428a4703953eb1d38f.zip |
version: Bump version to 0.4.5.16
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 e36f5ad743..b418184184 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.15-dev]) +AC_INIT([tor],[0.4.5.16]) 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, ["2022-12-06"], # for 0.4.5.15-dev +AC_DEFINE(APPROX_RELEASE_DATE, ["2023-01-12"], # for 0.4.5.16 [Approximate date when this software was released. (Updated when the version changes.)]) # "foreign" means we don't follow GNU package layout standards |