]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.4.6.1-alpha-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 18 Mar 2021 17:47:57 +0000 (13:47 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 18 Mar 2021 17:48:19 +0000 (13:48 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index c9023d86637c463c8a0ae08066fd7b34470501b8..96499515037f0bd2e0cafe6ffd19720c066bdbc4 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])
+AC_INIT([tor],[0.4.6.1-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-03-15"], # for 0.4.6.1-alpha
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-03-18"], # for 0.4.6.1-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 0e5d54bd79f4d6433a5c274db6ba6c163724602f..bc02570ce12e6dbf5d7c0ba873772921145d9148 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.6.1-alpha"
+!define VERSION "0.4.6.1-alpha-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index de652f15ace980588249aa41e2b6c8dfdc990f64..38b10c0e2d4920ccfddae0b40130e2c6d69d9c1f 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.6.1-alpha"
+#define VERSION "0.4.6.1-alpha-dev"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR