]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version: Bump version to 0.4.6.9-dev
authorTor CI Release <no-email@torproject.org>
Thu, 16 Dec 2021 15:01:28 +0000 (15:01 +0000)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 16 Dec 2021 17:00:07 +0000 (12:00 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 303b70872fcaa9fb9a1e78eae4208bcd7e91904b..8d77635d99c39802104a8163470112b018d38302 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.9])
+AC_INIT([tor],[0.4.6.9-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-12-15"], # for 0.4.6.9
+AC_DEFINE(APPROX_RELEASE_DATE, ["2021-12-16"], # for 0.4.6.9-dev
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index 804c780510533a4cc5421a56b2b16137afe12f4d..9ac902622375bccce3dae32ab9f0c5375b51a708 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.6.9"
+!define VERSION "0.4.6.9-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index e11894f9d9a1c245f5b638102f11211289c353da..141a603e2e4eac2e86b0f9ce727645c53c3ff732 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.6.9"
+#define VERSION "0.4.6.9-dev"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR