From 8b7afbaed3090771f0132fd3921b0f1334c6a847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 7 Sep 2018 18:44:40 +0200 Subject: [PATCH] Upgrade to Octave 4.4.1 for Windows installer (cherry picked from commit d3c618e8a1188ca3e1c0d94e0732584a8b36eb47) --- windows/README.txt | 2 +- windows/dynare.nsi | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/windows/README.txt b/windows/README.txt index 886fca4564..094b88ecb2 100644 --- a/windows/README.txt +++ b/windows/README.txt @@ -57,7 +57,7 @@ Using Dynare with Octave Dynare also works on top of GNU Octave, a free clone of MATLAB (R) (see <http://www.octave.org>). -This version of Dynare is compiled for Octave 4.4.0 (MinGW, 32bit and 64bit), and may not work +This version of Dynare is compiled for Octave 4.4.1 (MinGW, 32bit and 64bit), and may not work with other versions of Octave. The recommended version of Octave can be downloaded at: diff --git a/windows/dynare.nsi b/windows/dynare.nsi index 16789decbb..dfcfd6eedb 100644 --- a/windows/dynare.nsi +++ b/windows/dynare.nsi @@ -112,12 +112,12 @@ SectionGroupEnd SectionGroup "MEX files for Octave" -Section "MEX files for Octave 4.4.0 (MinGW, 64bit)" +Section "MEX files for Octave 4.4.1 (MinGW, 64bit)" SetOutPath $INSTDIR\mex\octave File ..\mex\octave\*.mex ..\mex\octave\*.oct SectionEnd -Section "MEX files for Octave 4.4.0 (MinGW, 32bit)" +Section "MEX files for Octave 4.4.1 (MinGW, 32bit)" SetOutPath $INSTDIR\mex\octave32 File ..\mex\octave32\*.mex ..\mex\octave32\*.oct SectionEnd -- GitLab