diff --git a/PNlib/package.mo b/PNlib/package.mo index 190a0dd8..8265ad0c 100644 --- a/PNlib/package.mo +++ b/PNlib/package.mo @@ -1,5 +1,6 @@ package PNlib annotation( uses(Modelica(version = "4.0.0")), - version = "3.0.0"); + version = "3.0.0" + ); end PNlib; diff --git a/README.md b/README.md index 1e12cd04..ec09b986 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,6 @@ The main package PNlib is divided into the following sub-packages: models. * _Examples_: contains several examples and unit tests. -## Current release - -Download [PNlib v2.2 (2019-10-24)][release-v-2-2] - ## Compatibility * Coverage with OpenModelica master and latest PNlib release: @@ -45,12 +41,12 @@ Download [PNlib v2.2 (2019-10-24)][release-v-2-2] ## License -This package is licensed with the [3-Clause BSD License](./LICENSE). +This package is licensed with the [3-Clause BSD License][license-link]. ## Development and contribution ``` -Hochschule Bielefeld – University of Applied Sciences and Arts +Hochschule Bielefeld – University of Applied Sciences and Arts (HSBI) Faculty of Engineering and Mathematics ``` @@ -65,8 +61,7 @@ You may report feedback, issues or feature-requests using [test-badge]: https://github.com/AMIT-HSBI/PNlib/actions/workflows/Test.yml/badge.svg [test-link]: https://github.com/AMIT-HSBI/PNlib/actions/workflows/Test.yml [pnlib-img]: PNlib/Resources/Images/iconsxHPN.png "xHPN: Extended Hybrid PetriNets" -[release-v-2-2]: https://github.com/AMIT-HSBI/PNlib/releases/tag/v2.2 [coverage-link]: http://libraries.openmodelica.org/branches/master/PNlib/PNlib.html -[license-link]: https://modelica.org/licenses/ModelicaLicense2 +[license-link]: https://github.com/AMIT-HSBI/PNlib/blob/v3.0.0/LICENSE [issues]: https://github.com/AMIT-HSBI/PNlib/issues [gh-pages-link]: https://amit-hsbi.github.io/PNlib/stable/PNlib_master/PNlib_master.html