Skip to content

Commit b2f5f2d

Browse files
committed
UpgradeToMSL41
1 parent a92b859 commit b2f5f2d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

Modelica_StateGraph2/package.mo

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
within ;
2-
package Modelica_StateGraph2 "Modelica_StateGraph2 (Version 2.1.0) - Modeling of continuous-time state machines"
2+
package Modelica_StateGraph2 "Modelica_StateGraph2 (Version 2.1.1) - Modeling of continuous-time state machines"
33

44
package UsersGuide "User's Guide"
55

@@ -733,6 +733,9 @@ library:
733733
class ReleaseNotes "Release notes"
734734

735735
annotation (Documentation(info="<html>
736+
<h4>Version 2.1.1, 2025-06-05</h4>
737+
<p>Uses Modelica Standard Library 4.1.0.</p>
738+
<p>This should be backward compatible with the previous version, as there are no other changes. </p>
736739
<h4>Version 2.1.0, 2020-06-04</h4>
737740
<p>Uses Modelica Standard Library 4.0.0, and has proper time events in Examples.</p>
738741
<p>This should be backward compatible with the previous version, as changes are automatic conversion and corrections of
@@ -15164,11 +15167,11 @@ autonomous, composed, parallel unsynchronized, parallel with synchronized output
1516415167
end Internal;
1516515168

1516615169
annotation (
15167-
uses(Modelica(version="4.0.0")),
15170+
uses(Modelica(version="4.1.0")),
1516815171
preferredView="info",
15169-
version="2.1.0",
15170-
versionDate="2020-06-06",
15171-
dateModified="2020-06-04 15:00:00Z",
15172+
version="2.1.1",
15173+
versionDate="2025-06-05",
15174+
dateModified="2025-06-05 17:00:00Z",
1517215175
revisionId="$Id:: ",
1517315176
Documentation(info="<html>
1517415177
<p>
@@ -15238,5 +15241,5 @@ http://www.Modelica.org/licenses/ModelicaLicense2</a>.</i>
1523815241
</p>
1523915242

1524015243
</html>"),
15241-
conversion(noneFromVersion="2.0.5"));
15244+
conversion(noneFromVersion="2.0.5", noneFromVersion="2.1.0"));
1524215245
end Modelica_StateGraph2;

0 commit comments

Comments
 (0)