]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.4.7.0-alpha-dev tor-0.4.7.0-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 15 Apr 2021 16:44:26 +0000 (12:44 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 15 Apr 2021 16:44:26 +0000 (12:44 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

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