commit 3434fe78d33de5b010b800d47550cd5b744ce1ce parent 8431488dae9442aa59d52fef5e9e41c981f9fed4 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Tue, 22 Jan 2019 12:29:04 +0100 Merge branch 'release_0.6.1' into develop Diffstat:
| M | README.md | | | 7 | +++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -25,6 +25,13 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.6.1 + +- Bump version of the Star-Enclosures[2D] dependencies: the new versions fix + issues in the construction of fluid enclosures. +- Bump version of the Star-<2D|3D> dependencies: the new versions rely on Embree3 + rather than on Embree2 for their ray-tracing back-end. + ### Version 0.6 - Add the `sdis_solve_boundary` function: it computes the average temperature diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -48,7 +48,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D StarSP StarEnc StarEnc2D) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 6) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SDIS_FILES_SRC