Skip to content

Commit

Permalink
Forgot to update buildHelicsInterface.m
Browse files Browse the repository at this point in the history
  • Loading branch information
afisher1 committed Jul 22, 2024
1 parent d7d53bb commit 2c2c1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildHelicsInterface.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function buildHelicsInterface(targetPath,makePackage)
end
inputPath=fileparts(mfilename('fullpath'));
isOctave = (exist('OCTAVE_VERSION', 'builtin') ~= 0);
HelicsVersion='3.5.2';
HelicsVersion='3.5.3';
% set up platform specific names and locations
targetTarFile=fullfile(targetPath,['helicsTar',HelicsVersion,'.tar.gz']);
if ismac
Expand Down

0 comments on commit 2c2c1e4

Please sign in to comment.