From c56034f55b9f8c176c6bec97418d0b326eb267bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag=20Br=C3=BCck?= Date: Fri, 6 Jun 2025 16:01:05 +0200 Subject: [PATCH] Update to MSL 4.1.0 --- Modelica_LinearSystems2/UsersGuide.mo | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Modelica_LinearSystems2/UsersGuide.mo b/Modelica_LinearSystems2/UsersGuide.mo index bc6f6c60..0e2d09c2 100644 --- a/Modelica_LinearSystems2/UsersGuide.mo +++ b/Modelica_LinearSystems2/UsersGuide.mo @@ -546,6 +546,12 @@ This library is based on the following references: end Literature; package ReleaseNotes "Release notes" + class Version_3_0_1 "Version 3.0.1 (June 6, 2025)" + extends Modelica.Icons.ReleaseNotes; + + annotation (Documentation(info="Uses Modelica Standard Library 4.1.0. Should be backward compatible with the previous version, as there are no other changes.")); + end Version_3_0_1; + class Version_3_0_0 "Version 3.0.0 (June 21, 2024)" extends Modelica.Icons.ReleaseNotes;