From d602453bb6d2d97d2b0667702b59a45c39be461b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Mon, 7 Nov 2022 14:11:27 +0100 Subject: [PATCH] CI: bump to Octave 7.3.0 --- .gitlab-ci.yml | 2 +- matlab/modules/dseries | 2 +- matlab/modules/reporting | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b20392ced..f71549001 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ variables: TERM: linux MATLAB_VERSION: R2022b OLD_MATLAB_VERSION: R2014a - OCTAVE_VERSION: 7.2.0 + OCTAVE_VERSION: 7.3.0 # The next stanza creates the version number used for the source tarball and the # binary packages. Here are the following possible cases: diff --git a/matlab/modules/dseries b/matlab/modules/dseries index de0967a43..c6d61eab8 160000 --- a/matlab/modules/dseries +++ b/matlab/modules/dseries @@ -1 +1 @@ -Subproject commit de0967a4334457415028bd295ceb6af6a5fc990e +Subproject commit c6d61eab8086254ab325c376e8436e6560aefab6 diff --git a/matlab/modules/reporting b/matlab/modules/reporting index df8a7ddd2..275f2f4f5 160000 --- a/matlab/modules/reporting +++ b/matlab/modules/reporting @@ -1 +1 @@ -Subproject commit df8a7ddd27ff1793fa03a29254c4273ebace4718 +Subproject commit 275f2f4f528a6febfd981478de7eba8eb912e560 -- GitLab