commit 2a4b1f4dfaa43a2f10d448aeb8f57aa3a243b5e7 parent 153ef11f3a111c3b8f1221ea16556112f7771389 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 2 Jun 2017 11:13:03 +0200 Merge branch 'release-0.4.1' into develop Diffstat:
| M | README.md | | | 6 | ++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -113,6 +113,12 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and ## Release notes +### Version 0.4.1 + +- Fix the `s3d_scene_view` consistency when it is created from a scene + containing instances: the geometries might be not correctly synchronised and + thus could be outdated. + ### Version 0.4 - Implement the `s3d_scene_view` API; it replaces the diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -58,7 +58,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Embree) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 4) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(S3D_FILES_SRC