]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version: Bump version to 0.4.7.13
authorTor CI Release <no-email@torproject.org>
Thu, 12 Jan 2023 16:01:09 +0000 (16:01 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 12 Jan 2023 16:15:53 +0000 (11:15 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 574ec1fe5522d7278dfbcfb979caa03f0e911c89..27bfca46c1fd51b81a5c1b680d1767dd3ee0b96d 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.12-dev])
+AC_INIT([tor],[0.4.7.13])
 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-12-06"], # for 0.4.7.12-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2023-01-12"], # for 0.4.7.13
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index 7c7fd69053290a1447e06defa18559631af2f933..7fe5042f0112073176c1daf7ec549eb39dff4827 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.7.12-dev"
+!define VERSION "0.4.7.13"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f3f239bbf2592d2e369c0deda935cf19706b572f..4397216f3190a22e8b49a1a2505b2b9ae7b3f527 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.7.12-dev"
+#define VERSION "0.4.7.13"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR