From 9c773637e587f22567687b7da9d916702c5ce58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 7 Nov 2022 14:16:29 +0100 Subject: [PATCH] Windows package: bump to Octave 7.3.0 (cherry picked from commit a3779e7446aa9807db8d992f315c90a3b7e8329d) --- windows/README.txt | 4 ++-- windows/deps/versions.mk | 2 +- windows/dynare.nsi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/README.txt b/windows/README.txt index 21fb28c466..32578efe54 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 7.2.0 (MinGW, 64-bit), +This version of Dynare is compiled for Octave 7.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-7.2.0-w64-installer.exe + https://ftpmirror.gnu.org/gnu/octave/windows/octave-7.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 ‘x.y’ by diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk index 7cfc446255..f5b2e106d7 100644 --- a/windows/deps/versions.mk +++ b/windows/deps/versions.mk @@ -1,7 +1,7 @@ SLICOT_VERSION = 5.0+20101122 X13AS_VERSION = 1.1_B39 -OCTAVE_VERSION = 7.2.0 +OCTAVE_VERSION = 7.3.0 OCTAVE_W64_BUILD = MATLAB64_VERSION = 20200930 diff --git a/windows/dynare.nsi b/windows/dynare.nsi index 6e16380076..b131237805 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 7.2.0 (64-bit)" +Section "MEX files for Octave 7.3.0 (64-bit)" SetOutPath $INSTDIR\mex\octave\win64 File ..\mex\octave\win64\* SectionEnd -- GitLab