From eb87d50548fec12ae253ece585badfd332618651 Mon Sep 17 00:00:00 2001 From: Matthis Thorade Date: Mon, 23 Oct 2017 16:15:52 +0200 Subject: [PATCH] update SWIG to latest release because SWIG 3.0.7 is two years old and the intermediate releases all mention minor Python fixes. http://www.swig.org/ I have used this for the last couple of builds and did not notice any negative effects. --- win/build-deps.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win/build-deps.cmd b/win/build-deps.cmd index 687ab967f0..419aceeeca 100644 --- a/win/build-deps.cmd +++ b/win/build-deps.cmd @@ -397,7 +397,7 @@ IF "%IFCOS_INSTALL_PYTHON%"=="TRUE" ( ) :SWIG -set SWIG_VERSION=3.0.7 +set SWIG_VERSION=3.0.12 set DEPENDENCY_NAME=SWIG %SWIG_VERSION% set DEPENDENCY_DIR=N/A set SWIG_ZIP=swigwin-%SWIG_VERSION%.zip