]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.4.6.4-rc-dev
authorNick Mathewson <nickm@torproject.org>
Fri, 28 May 2021 16:20:48 +0000 (12:20 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 28 May 2021 16:20:48 +0000 (12:20 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 60571efac9f29625fc97bdf8fb9d211cb3cbc4e4..780db6693697caaaef6ad4b58c43b796b8c26333 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.4-rc])
+AC_INIT([tor],[0.4.6.4-rc-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-05-28"], # for 0.4.6.4-rc
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-05-28"], # for 0.4.6.4-rc-dev
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index 7fc777339a132fcf5fc88e40b6e3e95a48d59919..04df5c3ec2e4ab47c43937c70485cc1ebf0bdd99 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.6.4-rc"
+!define VERSION "0.4.6.4-rc-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index f20dd4f5261d7c1c813f676e6eaec9716dcb7a24..5d8b01e739845856031307177b774ee73f2d7be5 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.6.4-rc"
+#define VERSION "0.4.6.4-rc-dev"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR