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

index 9e31b3bd61e368fc90f61037adb06af50d3bb830..82e3f57f438970c0d37a726e89fc11427f6c4f60 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.7-dev])
+AC_INIT([tor],[0.4.1.8])
 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, ["2019-12-09"], # for 0.4.1.7-dev
+AC_DEFINE(APPROX_RELEASE_DATE, ["2020-01-30"], # for 0.4.1.8
           [Approximate date when this software was released. (Updated when the version changes.)])
 
 # "foreign" means we don't follow GNU package layout standards
index b50746779a02ad7cf73eb1b2cc31ae207f6608cb..dfd8a1e0a186c32d232bf1d6b1def86add58cf01 100644 (file)
@@ -8,7 +8,7 @@
 !include "LogicLib.nsh"
 !include "FileFunc.nsh"
 !insertmacro GetParameters
-!define VERSION "0.4.1.7-dev"
+!define VERSION "0.4.1.8"
 !define INSTALLER "tor-${VERSION}-win32.exe"
 !define WEBSITE "https://www.torproject.org/"
 !define LICENSE "LICENSE"
index dccf731548416d56e2368ee668b8547650eb1a2f..50a588e31436ab298c3407a3c9142ec14f686145 100644 (file)
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION "0.4.1.7-dev"
+#define VERSION "0.4.1.8"