]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Bump to 0.4.2.8-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2020 17:14:48 +0000 (13:14 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jul 2020 17:14:48 +0000 (13:14 -0400)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 8cd15c82ebdf4be401f0de1aa680122288ced0ed..af143e44ad8b1bf150320ac79b6a48f33746f23c 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.2.8])
+AC_INIT([tor],[0.4.2.8-dev])
 AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
 AC_CONFIG_MACRO_DIR([m4])
 
@@ -14,7 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
 # 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, ["2020-07-09"], # for 0.4.2.8
+AC_DEFINE(APPROX_RELEASE_DATE, ["2020-07-09"], # for 0.4.2.8-dev
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index 7a2ab0d635b0db1664591149e9e7ee4fcdfeaa87..ababaa38fce96ba6a649bb1d5cf412e75e1e5eb4 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.2.8"
+!define VERSION "0.4.2.8-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 805fdaae22d3de880a94dc55afbbc41fdc983106..38464f1c594538b5e1368503b8cc4cb662bdfbef 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.2.8"
+#define VERSION "0.4.2.8-dev"