]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
bump to 0.4.2.6-dev
authorNick Mathewson <nickm@torproject.org>
Thu, 30 Jan 2020 16:19:16 +0000 (11:19 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 30 Jan 2020 16:19:16 +0000 (11:19 -0500)
configure.ac
contrib/win32build/tor-mingw.nsi.in
src/win32/orconfig.h

index 509ebcf225f70d0b339b2c504b307a59b230d794..cc746407d303a3ebc914f4546ea9620969a6b0dd 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.6])
+AC_INIT([tor],[0.4.2.6-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-01-30"], # for 0.4.2.6
+AC_DEFINE(APPROX_RELEASE_DATE, ["2020-01-30"], # for 0.4.2.6-dev
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index eeb44cf302f3df6e9b49c6d65c42757ecdac1b03..2ccb1632bccec2df8f42de6b9b5daa3420dca14c 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.2.6"
+!define VERSION "0.4.2.6-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 41826faad8114d260ed2d4f55b5ae500d4d3a84f..556c8b80561c4fee9e7174a8a3b90384802c5430 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.2.6"
+#define VERSION "0.4.2.6-dev"