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

index 82e3f57f438970c0d37a726e89fc11427f6c4f60..48f3dfc0012f71d663c1fd45a15f82e5532b85c7 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.1.8])
+AC_INIT([tor],[0.4.1.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-01-30"], # for 0.4.1.8
+AC_DEFINE(APPROX_RELEASE_DATE, ["2020-01-30"], # for 0.4.1.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 dfd8a1e0a186c32d232bf1d6b1def86add58cf01..40783299c8546bb882e5b83ff111955a1d6137de 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.1.8"
+!define VERSION "0.4.1.8-dev"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index 50a588e31436ab298c3407a3c9142ec14f686145..c23dfe7bb750a4543ad210fb4eba1bdf298fd281 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.1.8"
+#define VERSION "0.4.1.8-dev"