Skip to content

Commit

Permalink
Incrementing version to 1.8.1 for upcoming bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-thiele committed Feb 26, 2020
1 parent efb38a4 commit 8683b41
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
12 changes: 12 additions & 0 deletions Modelica_DeviceDrivers/UsersGuide.mo
Original file line number Diff line number Diff line change
Expand Up @@ -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="<html>
<ul>
<li>
Fix declaration of <code>MDD_spaceMouseGetData</code> in external C code (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/issues/305\">#305</a>)
</li>
</ul>
</html>"));
end Version_1_8_1;

class Version_1_8_0 "Version 1.8.0 (January 11, 2020)"
extends Modelica.Icons.ReleaseNotes;

Expand Down
4 changes: 2 additions & 2 deletions Modelica_DeviceDrivers/libraryinfo.mos
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions Modelica_DeviceDrivers/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -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="<html>
<p>
Library <b>Modelica_DeviceDrivers</b> is a Modelica package
Expand Down
4 changes: 2 additions & 2 deletions git-archive-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8683b41

Please sign in to comment.