Skip to content

Commit 0c68f45

Browse files
authored
Use MSL 4.1.0 and bump version to 0.4.6 (#7)
1 parent 9c43668 commit 0c68f45

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

SDF/libraryinfo.mos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ LibraryInfoMenuCommand(
33
category="libraries",
44
text="SDF",
55
reference="SDF",
6-
version="0.4.5",
6+
version="0.4.6",
77
isModel=true,
8-
description="Scientific Data Format (0.4.5)",
8+
description="Scientific Data Format (0.4.6)",
99
ModelicaVersion=">=4.0.0",
1010
pos=010)

SDF/package.mo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ package SDF "Scientific Data Format"
77

88

99

10-
annotation (uses(Modelica(version="4.0.0")),
11-
version="0.4.5",
12-
versionBuild=1,
10+
annotation (uses(Modelica(version="4.1.0")),
11+
version="0.4.6",
1312
Icon(coordinateSystem(preserveAspectRatio=false, extent={{-100,-100},
1413
{100,100}}), graphics={
1514
Rectangle(
@@ -36,5 +35,6 @@ package SDF "Scientific Data Format"
3635
Documentation(info="<html>
3736
<p>The SDF package contains blocks and functions to read, write and interpolate multi-dimensional data using the <a href=\"https://github.com/ScientificDataFormat/SDF\">Scientific Data Format</a>.</p>
3837
</html>", revisions="<html>
39-
</html>"));
38+
</html>"),
39+
conversion(noneFromVersion="0.4.5"));
4040
end SDF;

0 commit comments

Comments
 (0)