|
1 | 1 | 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" |
3 | 3 |
|
4 | 4 | package UsersGuide "User's Guide" |
5 | 5 |
|
@@ -733,6 +733,9 @@ library: |
733 | 733 | class ReleaseNotes "Release notes" |
734 | 734 |
|
735 | 735 | 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> |
736 | 739 | <h4>Version 2.1.0, 2020-06-04</h4> |
737 | 740 | <p>Uses Modelica Standard Library 4.0.0, and has proper time events in Examples.</p> |
738 | 741 | <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 |
15164 | 15167 | end Internal; |
15165 | 15168 |
|
15166 | 15169 | annotation ( |
15167 | | - uses(Modelica(version="4.0.0")), |
| 15170 | + uses(Modelica(version="4.1.0")), |
15168 | 15171 | 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", |
15172 | 15175 | revisionId="$Id:: ", |
15173 | 15176 | Documentation(info="<html> |
15174 | 15177 | <p> |
@@ -15238,5 +15241,5 @@ http://www.Modelica.org/licenses/ModelicaLicense2</a>.</i> |
15238 | 15241 | </p> |
15239 | 15242 |
|
15240 | 15243 | </html>"), |
15241 | | - conversion(noneFromVersion="2.0.5")); |
| 15244 | + conversion(noneFromVersion="2.0.5", noneFromVersion="2.1.0")); |
15242 | 15245 | end Modelica_StateGraph2; |
0 commit comments