Browse Source

Storm version 1.5.1

tempestpy_adaptions
Matthias Volk 5 years ago
parent
commit
afbfd42b3a
  1. 2
      CHANGELOG.md
  2. 2
      version.cmake

2
CHANGELOG.md

@ -7,7 +7,7 @@ The releases of major and minor versions contain an overview of changes since th
Version 1.5.x
-------------
## Version 1.5.1 (2020/03) (under development)
## Version 1.5.1 (2020/03)
- Jani models are now parsed using exact arithmetic.
## Version 1.5.0 (2020/03)

2
version.cmake

@ -1,4 +1,4 @@
set(STORM_VERSION_MAJOR 1)
set(STORM_VERSION_MINOR 5)
set(STORM_VERSION_PATCH 0)
set(STORM_VERSION_PATCH 1)
Loading…
Cancel
Save