diff options
author | David Goulet <dgoulet@torproject.org> | 2021-10-28 09:41:56 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-10-28 09:41:56 -0400 |
commit | 27caad6f5c3229a9f1c126277c1b5b0051a32445 (patch) | |
tree | 6b729a60432a450b96ca073bf5d9ab825ca3ab0a /configure.ac | |
parent | 61aed5200c89ebafb2db6330a52f9c34d674f294 (diff) | |
download | tor-27caad6f5c3229a9f1c126277c1b5b0051a32445.tar.gz tor-27caad6f5c3229a9f1c126277c1b5b0051a32445.zip |
version: Missing version update in couple files
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 387ad11ffd..1eb613f321 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED([CONFIG_FLAGS], ["$configure_flags"], [Flags passed to config # 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-26"], # for 0.4.6.8 +AC_DEFINE(APPROX_RELEASE_DATE, ["2021-10-28"], # for 0.4.6.8-dev [Approximate date when this software was released. (Updated when the version changes.)]) # "foreign" means we don't follow GNU package layout standards |