]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version: Bump version to 0.4.7.9
authorTor CI Release <no-email@torproject.org>
Thu, 11 Aug 2022 13:40:44 +0000 (13:40 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 11 Aug 2022 14:24:15 +0000 (10:24 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 8fa4c047e88468b423605bbc69369ebcfb89d4c9..778e485d5c48fc2beef9e0382d24b93b1d2106a4 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.8-dev])
+AC_INIT([tor],[0.4.7.9])
 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, ["2022-06-17"], # for 0.4.7.8-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2022-08-11"], # for 0.4.7.9
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index f916d1c7e60c79c7bd4a4d2924b4419beb8af8c0..152d19d6b73f27979d60fc794533f0537519e3ce 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.7.8-dev"
+!define VERSION "0.4.7.9"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 8c49eec0845baa049ee7b1cec776c99d6ad023ac..b6a6c69e4949556353f8de61f15b393f650da2d6 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.7.8-dev"
+#define VERSION "0.4.7.9"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR