]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump version to 0.4.6.2-alpha.
authorNick Mathewson <nickm@torproject.org>
Wed, 14 Apr 2021 14:55:48 +0000 (10:55 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 14 Apr 2021 14:55:48 +0000 (10:55 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 96499515037f0bd2e0cafe6ffd19720c066bdbc4..bd7de5dfc9742cf168a53a9f6dcc849ed794aac6 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.6.1-alpha-dev])
+AC_INIT([tor],[0.4.6.2-alpha])
 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, ["2021-03-18"], # for 0.4.6.1-alpha-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-04-14"], # for 0.4.6.2-alpha
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index bc02570ce12e6dbf5d7c0ba873772921145d9148..cf50087c7a723e3314856f85251b8764e968bdc9 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.6.1-alpha-dev"
+!define VERSION "0.4.6.2-alpha"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 38b10c0e2d4920ccfddae0b40130e2c6d69d9c1f..bc260bd7edd86dd59c5cc3431e0d53c15bcee109 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.6.1-alpha-dev"
+#define VERSION "0.4.6.2-alpha"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR