-
Couldn't load subscription status.
- Fork 22
Update to MSL 4.1 #268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update to MSL 4.1 #268
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
However, I think #266 should be merged first. |
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
| dateModified = "2024-06-26 14:00:00Z", | ||
| Complex(version="4.1.0"), | ||
| Modelica(version="4.1.0"), | ||
| DymolaCommands(version="1.20")), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DagBruck I can only see DymolaCommands v1.19 in (current) Dymola 2025x Refresh 1, 2025-05-16.
| @@ -1,5 +1,5 @@ | |||
| within ; | |||
| package Modelica_LinearSystems2 "Modelica_LinearSystems2 (version 3.0.0) - Analysis, Synthesis and Modeling of Continuous and Discrete Linear Systems" | |||
| package Modelica_LinearSystems2 "Modelica_LinearSystems2 (version 3.0.1) - Analysis, Synthesis and Modeling of Continuous and Discrete Linear Systems" | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit irresolute regarding the version number. simver.org says
MINOR version when you add functionality in a backward compatible manner
PATCH version when you make backward compatible bug fixes
Changeing dependency on MSL seems being backward compatible. But we have neither bug fix nor new features.
I can live with v3.0.1, just want to point this out.
No description provided.