Upgrade to Octave 4.4.1 for Windows installer

time-shift
Sébastien Villemot 2018-09-07 18:44:40 +02:00
parent 51416bf2ae
commit d3c618e8a1
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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\*
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\*
SectionEnd