]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version: Bump version to 0.4.7.16 tor-0.4.7.16
authorTor CI Release <no-email@torproject.org>
Fri, 3 Nov 2023 13:21:31 +0000 (13:21 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Fri, 3 Nov 2023 13:27:38 +0000 (09:27 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 64b1e614590ee036db258441af2069da5c93ff57..7b51ff43314914c38237bb4d6fc86dabbe187eda 100644 (file)
@@ -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.7.15-dev])
+AC_INIT([tor],[0.4.7.16])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -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, ["2023-09-18"], # for 0.4.7.15-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2023-11-03"], # for 0.4.7.16
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index 4d6ec37c5188106c93dfa30792e500dc5fdf502b..08b071e7d77c3f714d2a41ae2416f04bd08de5d6 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.7.15-dev"
+!define VERSION "0.4.7.16"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index c99b2dc53a91d3c6e8f28b984f8ec6c2ff37b82c..fb301f3be92bd7f27b3882fd612885ce9238c925 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.7.15-dev"
+#define VERSION "0.4.7.16"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR