commit 6228fa33d8f0bb9eac3599d4cdf02462d9c7fa1b
parent 8ddfbcb57ad77f0a663bfd6bc102c72e60c3704a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 21 Oct 2021 15:41:24 +0200
Merge branch 'release_0.12.3' into develop
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -111,6 +111,11 @@ variable the install directories of its dependencies.
## Release notes
+### Version 0.12.3
+
+Fix green paths ending in a fluid (transcient computation): The path's end was
+not correctly registred and the path was later treated as failed.
+
### Version 0.12.2
- Sets the required version of Star-SampPling to 0.12. This version fixes
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -57,7 +57,7 @@ rcmake_append_runtime_dirs(_runtime_dirs
###############################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 12)
-set(VERSION_PATCH 2)
+set(VERSION_PATCH 3)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SDIS_FILES_SRC