]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
version: Bump to 0.4.7.7-dev
authorDavid Goulet <dgoulet@torproject.org>
Wed, 27 Apr 2022 15:12:38 +0000 (11:12 -0400)
committerDavid Goulet <dgoulet@torproject.org>
Wed, 27 Apr 2022 15:12:38 +0000 (11:12 -0400)
Signed-off-by: David Goulet <dgoulet@torproject.org>
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 553823c454a201d66d10e998cf2dfce816165141..a4c6589e2b01dd571802c1752ef8e5a11677bd59 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.7.7])
+AC_INIT([tor],[0.4.7.7-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, ["2022-04-27"], # for 0.4.7.7
+AC_DEFINE(APPROX_RELEASE_DATE, ["2022-04-27"], # for 0.4.7.7-dev
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index d6e7ab6d8c16681bf52e6fa756061737d4c596b1..91edd778953aeab53d1bb828950179551443b56a 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.7.7"
+!define VERSION "0.4.7.7-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index d1f09ef587206048a38b1f998aa7e04b516fc0d6..c2d2e5170a2b6dfb7f5cc17ec9b35ee196d8916d 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.7.7"
+#define VERSION "0.4.7.7-dev"
 
 #define HAVE_STRUCT_SOCKADDR_IN6
 #define HAVE_STRUCT_IN6_ADDR