diff --git a/Modelica_DeviceDrivers/UsersGuide.mo b/Modelica_DeviceDrivers/UsersGuide.mo index aa657f62..3f783763 100644 --- a/Modelica_DeviceDrivers/UsersGuide.mo +++ b/Modelica_DeviceDrivers/UsersGuide.mo @@ -2,6 +2,18 @@ package UsersGuide "User's Guide" package ReleaseNotes "Release notes" extends Modelica.Icons.ReleaseNotes; + class Version_1_8_1 "Version 1.8.1 (February 26, 2020)" + extends Modelica.Icons.ReleaseNotes; + + annotation (Documentation(info=" + +")); + end Version_1_8_1; + class Version_1_8_0 "Version 1.8.0 (January 11, 2020)" extends Modelica.Icons.ReleaseNotes; diff --git a/Modelica_DeviceDrivers/libraryinfo.mos b/Modelica_DeviceDrivers/libraryinfo.mos index 20c1317d..d718bfa1 100644 --- a/Modelica_DeviceDrivers/libraryinfo.mos +++ b/Modelica_DeviceDrivers/libraryinfo.mos @@ -2,8 +2,8 @@ LibraryInfoMenuCommand( category="libraries", text="Modelica Device Drivers", reference="Modelica_DeviceDrivers", - version="1.8.0", + version="1.8.1", isModel=true, - description="Modelica Device Drivers library (version 1.8.0)", + description="Modelica Device Drivers library (version 1.8.1)", ModelicaVersion=">=3.2.3", pos=106) diff --git a/Modelica_DeviceDrivers/package.mo b/Modelica_DeviceDrivers/package.mo index c37c1bca..ff60b5ab 100644 --- a/Modelica_DeviceDrivers/package.mo +++ b/Modelica_DeviceDrivers/package.mo @@ -4,10 +4,10 @@ package Modelica_DeviceDrivers "Modelica_DeviceDrivers - A collection of drivers annotation (preferredView="info", uses(Modelica_Synchronous(version="0.92.2"), Modelica(version="3.2.3")), - version="1.8.0", + version="1.8.1", versionBuild=1, - versionDate="2020-01-11", - conversion(nonFromVersion="1.7.1", nonFromVersion="1.7.0", nonFromVersion="1.6.0"), + versionDate="2020-02-26", + conversion(nonFromVersion="1.8.0", nonFromVersion="1.7.1", nonFromVersion="1.7.0", nonFromVersion="1.6.0"), Documentation(info="

Library Modelica_DeviceDrivers is a Modelica package diff --git a/git-archive-all.sh b/git-archive-all.sh index 53c0f4d4..9806013f 100644 --- a/git-archive-all.sh +++ b/git-archive-all.sh @@ -3,8 +3,8 @@ # Description: Utility script for creating MDD releases. # The script builds archive files (tar.gz and zip) for the MDD # repository *including* submodules in the current path. -MDDVERSION="1.8.0" -MDDVERSIONV="v1_8_0" +MDDVERSION="1.8.1" +MDDVERSIONV="v1_8_1" # Below there should be no need for changes MDDPREFIX="Modelica_DeviceDrivers $MDDVERSION"