From 68498516725af86fdb071081fa329185cd2d9a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Thu, 12 Sep 2024 14:49:43 +0200 Subject: [PATCH] MATLAB Online package: bump to x13as 1-1-b61 --- scripts/matlab-online/packageDynare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/matlab-online/packageDynare.sh b/scripts/matlab-online/packageDynare.sh index 1ae921dd2f..71eeb31f3c 100755 --- a/scripts/matlab-online/packageDynare.sh +++ b/scripts/matlab-online/packageDynare.sh @@ -4,7 +4,7 @@ set -exo pipefail # Creates a dynare-X.Y.mltbx in the current repository, using the settings below. # Needs to be run from Ubuntu 22.04 LTS, with the needed packages installed. -X13ASVER=1-1-b60 +X13ASVER=1-1-b61 MATLABPATH=/opt/MATLAB/R2024b # TODO: change size and put white background for better rendering in MATLAB Add-Ons browser DYNARE_PNG_LOGO=../../preprocessor/doc/logos/dlogo.png -- GitLab