]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version: Missing version update in couple files
authorDavid Goulet <dgoulet@torproject.org>
Thu, 28 Oct 2021 13:41:13 +0000 (09:41 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 28 Oct 2021 13:41:13 +0000 (09:41 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index c602d2c5c954ce99cd61f3c17454f6685041529d..52ec019d0103ea2ce20d04a81a85ef02c54d0f53 100644 (file)
@@ -16,7 +16,7 @@ configure_flags="$*"
 # 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-10-26"], # for 0.4.5.11
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-10-28"], # for 0.4.5.11-dev
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index afcea515962975115f8eea71d81fa117a7dae776..5e09f0045ba3504b13a776343a9d565e2cd38db1 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.5.11"
+!define VERSION "0.4.5.11-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 5b8c9a635e5bfea3a1d266f2bc2ebabe69bc3c7d..3d3b6ba03e5901664b2fcfd2dd61a6386f7b03c4 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.5.11"
+#define VERSION "0.4.5.11-dev"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR