diff --git a/windows/README.txt b/windows/README.txt index 061a2a87e933783b735ee6b86a65f3e9b3d39890..de7ea48342e365e89b967e899830706eac1653f2 100644 --- a/windows/README.txt +++ b/windows/README.txt @@ -52,10 +52,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 9.3.0 (MinGW, 64-bit), +This version of Dynare is compiled for Octave 9.4.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-9.3.0-w64-installer.exe + https://ftpmirror.gnu.org/gnu/octave/windows/octave-9.4.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 ‘x.y’ by diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk index 19c53636439bdeb89295ff026c72f6cb30cee823..71a2abfa94a1383fc6ff21aff2ffc650343b02d3 100644 --- a/windows/deps/versions.mk +++ b/windows/deps/versions.mk @@ -1,7 +1,7 @@ SLICOT_VERSION = 5.9 X13AS_VERSION = 1-1-b61 -OCTAVE_VERSION = 9.3.0 +OCTAVE_VERSION = 9.4.0 OCTAVE_W64_BUILD = MATLAB64_VERSION = 20231122 diff --git a/windows/dynare.nsi b/windows/dynare.nsi index 3efbd42a823246a08fe236bbac68ae9171a463cd..edcc46595b91a975f7f9c99f4dacc6de894cb613 100644 --- a/windows/dynare.nsi +++ b/windows/dynare.nsi @@ -100,7 +100,7 @@ Section "MinGW compiler for MATLAB 64-bit" File /r deps\mingw64\* SectionEnd -Section "MEX files for Octave 9.3.0 (64-bit)" +Section "MEX files for Octave 9.4.0 (64-bit)" SetOutPath $INSTDIR\mex\octave\win64 File ..\build-win-octave\*.mex SectionEnd