From 99b30d0187be414ee692dec5364c14fdc3f4cb52 Mon Sep 17 00:00:00 2001 From: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:30:45 +0530 Subject: [PATCH] Removed redundant version number info Removed redundant version number info as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969414 --- ModelicaTest/package.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ModelicaTest/package.mo b/ModelicaTest/package.mo index 2fad6b957bd..db58f8ceaf1 100644 --- a/ModelicaTest/package.mo +++ b/ModelicaTest/package.mo @@ -1,5 +1,5 @@ within ; -package ModelicaTest "Library to test components of package Modelica - Version 4.1.0" +package ModelicaTest "Library to test components of package Modelica" extends Modelica.Icons.Package; import Modelica.Units.SI;