Skip to content

Commit

Permalink
Update minimum MATLAB Release to R2023b.
Browse files Browse the repository at this point in the history
  • Loading branch information
pablorcum authored Jun 18, 2024
1 parent 82c5e8f commit 3729749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildUtilities/releaseTask.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
end
toolboxOptions.OutputFile = fullfile(projObj.RootFolder,"releases/bossdevice-api-installer.mltbx");

toolboxOptions.MinimumMatlabRelease = "R2022b";
toolboxOptions.MinimumMatlabRelease = "R2023b";
% toolboxOptions.MaximumMatlabRelease = "R2023a"; % Won't limit maximum MATLAB release
toolboxOptions.SupportedPlatforms.Glnxa64 = true;
toolboxOptions.SupportedPlatforms.Maci64 = false;
Expand Down

0 comments on commit 3729749

Please sign in to comment.