Skip to content

Commit

Permalink
Bump HELICS download version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2023
1 parent 4be47b8 commit e6523c8
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 @@ -37,7 +37,7 @@ function buildHelicsInterface(targetPath,makePackage)
end
end
inputPath=fileparts(mfilename('fullpath'));
HelicsVersion='3.3.2';
HelicsVersion='3.4.0';
% set up platform specific names and locations
targetTarFile=fullfile(targetPath,['helicsTar',HelicsVersion,'.tar.gz']);
if ismac
Expand Down

0 comments on commit e6523c8

Please sign in to comment.