Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Modelica_LinearSystems2/package.mo
Original file line number Diff line number Diff line change
@@ -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"
Copy link
Collaborator

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.


extends Modelica.Icons.Package;

Expand All @@ -11,12 +11,12 @@ package Modelica_LinearSystems2 "Modelica_LinearSystems2 (version 3.0.0) - Analy
annotation (
preferredView="info",
uses(
Complex(version="4.0.0"),
Modelica(version="4.0.0"),
DymolaCommands(version="1.17")),
version="3.0.0",
versionDate="2024-06-26",
dateModified = "2024-06-26 14:00:00Z",
Complex(version="4.1.0"),
Modelica(version="4.1.0"),
DymolaCommands(version="1.20")),
Copy link
Collaborator

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.

version="3.0.1",
versionDate="2025-06-06",
dateModified = "2025-06-06 15:44:03Z",
revisionId="$Format:%h %ci$",
conversion(
from(
Expand Down