Windows package: bump to Octave 6.3.0

var-model-with-constant
Sébastien Villemot 2021-07-21 17:32:02 +02:00
parent 4c94da514e
commit 1d5d46e150
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
3 changed files with 4 additions and 4 deletions

View File

@ -53,10 +53,10 @@ Using Dynare with Octave
Dynare also works on top of GNU Octave, a free clone of MATLAB® (see
<https://www.octave.org>).
This version of Dynare is compiled for Octave 6.2.0 (MinGW, 64-bit),
This version of Dynare is compiled for Octave 6.3.0 (MinGW, 64-bit),
and may not work with other versions of Octave. The recommended version of
Octave can be downloaded at:
https://ftpmirror.gnu.org/gnu/octave/windows/octave-6.2.0-w64-installer.exe
https://ftpmirror.gnu.org/gnu/octave/windows/octave-6.3.0-w64-installer.exe
Every time you run Octave, you should type the following command (assuming that
you have installed Dynare at the standard location, and replacing 4.x.y by

View File

@ -1,7 +1,7 @@
SLICOT_VERSION = 5.0+20101122
X13AS_VERSION = 1.1_B39
OCTAVE_VERSION = 6.2.0
OCTAVE_VERSION = 6.3.0
OCTAVE_W64_BUILD =
MATLAB64_VERSION = 20200930

View File

@ -100,7 +100,7 @@ Section "MinGW compiler for MATLAB 64-bit"
File /r deps\mingw64\*
SectionEnd
Section "MEX files for Octave 6.2.0 (64-bit)"
Section "MEX files for Octave 6.3.0 (64-bit)"
SetOutPath $INSTDIR\mex\octave\win64
File ..\mex\octave\win64\*
SectionEnd