Skip to content

Commit

Permalink
Merge branch 'mathworks:R2024a' into R2024a
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacito12 authored Jun 25, 2024
2 parents 2eb03c4 + cc8a2c1 commit c01eeed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Utility/atProjectStartUp.m
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
% To change the automatic execution setting, select the Project window,
% and in the PROJECT toolstrip, click Startup Shutdown.
%
% Copyright 2020-2023 The MathWorks, Inc.
% Copyright 2020-2024 The MathWorks, Inc.

if not(contains(matlabRelease().Release, "R2023b"))
disp("This project was developed in R2023b.")
if not(contains(matlabRelease().Release, "R2024a"))
disp("This project was developed in R2024a.")
relstr = matlabRelease().Release;
disp("This MATLAB Release is " + relstr(2:end-1) + ".")
end
Expand Down

0 comments on commit c01eeed

Please sign in to comment.