Skip to content

Commit 8683b41

Browse files
Incrementing version to 1.8.1 for upcoming bug fix release
1 parent efb38a4 commit 8683b41

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

Modelica_DeviceDrivers/UsersGuide.mo

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
package UsersGuide "User's Guide"
33
package ReleaseNotes "Release notes"
44
extends Modelica.Icons.ReleaseNotes;
5+
class Version_1_8_1 "Version 1.8.1 (February 26, 2020)"
6+
extends Modelica.Icons.ReleaseNotes;
7+
8+
annotation (Documentation(info="<html>
9+
<ul>
10+
<li>
11+
Fix declaration of <code>MDD_spaceMouseGetData</code> in external C code (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/305\">#305</a>)
12+
</li>
13+
</ul>
14+
</html>"));
15+
end Version_1_8_1;
16+
517
class Version_1_8_0 "Version 1.8.0 (January 11, 2020)"
618
extends Modelica.Icons.ReleaseNotes;
719

Modelica_DeviceDrivers/libraryinfo.mos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ LibraryInfoMenuCommand(
22
category="libraries",
33
text="Modelica Device Drivers",
44
reference="Modelica_DeviceDrivers",
5-
version="1.8.0",
5+
version="1.8.1",
66
isModel=true,
7-
description="Modelica Device Drivers library (version 1.8.0)",
7+
description="Modelica Device Drivers library (version 1.8.1)",
88
ModelicaVersion=">=3.2.3",
99
pos=106)

Modelica_DeviceDrivers/package.mo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ package Modelica_DeviceDrivers "Modelica_DeviceDrivers - A collection of drivers
44

55
annotation (preferredView="info",
66
uses(Modelica_Synchronous(version="0.92.2"), Modelica(version="3.2.3")),
7-
version="1.8.0",
7+
version="1.8.1",
88
versionBuild=1,
9-
versionDate="2020-01-11",
10-
conversion(nonFromVersion="1.7.1", nonFromVersion="1.7.0", nonFromVersion="1.6.0"),
9+
versionDate="2020-02-26",
10+
conversion(nonFromVersion="1.8.0", nonFromVersion="1.7.1", nonFromVersion="1.7.0", nonFromVersion="1.6.0"),
1111
Documentation(info="<html>
1212
<p>
1313
Library <b>Modelica_DeviceDrivers</b> is a Modelica package

git-archive-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Description: Utility script for creating MDD releases.
44
# The script builds archive files (tar.gz and zip) for the MDD
55
# repository *including* submodules in the current path.
6-
MDDVERSION="1.8.0"
7-
MDDVERSIONV="v1_8_0"
6+
MDDVERSION="1.8.1"
7+
MDDVERSIONV="v1_8_1"
88

99
# Below there should be no need for changes
1010
MDDPREFIX="Modelica_DeviceDrivers $MDDVERSION"

0 commit comments

Comments
 (0)