Skip to content

Commit

Permalink
Versioning strings etc. for release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhard-thiele committed Jun 8, 2020
1 parent 47ed2c7 commit 9375863
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Modelica_DeviceDrivers/UsersGuide.mo
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package UsersGuide "User's Guide"
package ReleaseNotes "Release notes"
extends Modelica.Icons.ReleaseNotes;
class Version_2_0_0 "Version 2.0.0-dev (June ??, 2020)"
class Version_2_0_0 "Version 2.0.0 (June 8, 2020)"
extends Modelica.Icons.ReleaseNotes;

annotation (Documentation(info="<html>
Expand All @@ -11,7 +11,7 @@ package UsersGuide "User's Guide"
<p>Enhancements:</p>
<ul>
<li>Added all license files to better assist tool vendors in distribution of source or binary files (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/pull/313\">#313</a>).</li>
<li>Updated 3rd-party library paho.mqtt.c to v1.3.2 (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/pull/314\">#314</a>) (another update planned before final release).</li>
<li>Updated 3rd-party library paho.mqtt.c to v1.3.4 (<a href=\"https://github.com/modelica-3rdparty/Modelica_DeviceDrivers/pull/320\">#320</a>).</li>
</ul>
<p>Bug fixes:</p>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions Modelica_DeviceDrivers/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package Modelica_DeviceDrivers "Modelica_DeviceDrivers - A collection of drivers

annotation (preferredView="info",
uses(Modelica(version="4.0.0")),
version="2.0.0-dev",
versionDate="2020-06-04",
version="2.0.0",
versionDate="2020-06-08",
conversion(nonFromVersion="1.8.1", nonFromVersion="1.8.0", nonFromVersion="1.7.1", nonFromVersion="1.7.0", nonFromVersion="1.6.0",nonFromVersion="1.8.2"),
Documentation(info="<html>
<p>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Modelica_DeviceDrivers

__The master has been updated to the upcoming Modelica Standard Library 4 (MSL 4). Please use the Modelica_DeviceDrivers release v1.8.2 (last MSL 3 release) until your tool is updated for MSL 4.__
__The master and the latest release has been updated to the Modelica Standard Library 4 (MSL 4, released 2020-06-04). Please use the Modelica_DeviceDrivers release v1.8.2 (last MSL 3 release) until your tool is updated for MSL 4.__

Free library for interfacing hardware drivers to Modelica models.
There is support for joysticks, keyboards, UDP, TCP/IP, LCM, MQTT, shared memory, AD/DA converters, serial port and other devices.
Expand Down Expand Up @@ -50,12 +50,12 @@ If you tested the library successfully with another Modelica tool, please contac

Bug fix releases may not have release notes, so please use the download link from above to get the latest release including bug fixes.

* Upcoming release [Version v2.0.0 (2020-06-??)](../../releases/tag/v2.0.0)
* [Version v2.0.0 (2020-06-08)](../../releases/tag/v2.0.0)
* Migrated from Modelica Standard Library 3 (MSL 3) to MSL 4 -> _Non-backwards compatible release!_
* However, apart from the MSL 4 dependency this release is compatible to previous releases and no update of user libraries is necessary apart from migrating to MSL 4.
* Enhancements:
* Added all license files to better assist tool vendors in distribution of source or binary files (#313).
* Updated 3rd-party library paho.mqtt.c to v1.3.2 (#314) (_another update planned before final release_).
* Updated 3rd-party library paho.mqtt.c to v1.3.4 (#320).
* Bug fixes:
* Fixed small issues in the SBHS Board example (#318).
* [Version v1.8.2 (2020-03-26)](../../releases/tag/v1.8.2)
Expand Down

0 comments on commit 9375863

Please sign in to comment.