commit 1d97b14f84c88292cf82e1bc7c5f81ab13be23ac
parent 4544195ead1de4c98b5c58593ce0c81e98bd508c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 13 May 2019 09:07:31 +0200
Merge branch 'release_0.3.1' into develop
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -96,6 +96,11 @@ with `<STAR2D_INSTALL_DIR>` the install directory of Star-2D and
## Release notes
+### Version 0.3.1
+
+- Fix the `s2d_segment_get_vertex_attrib` function: it could fail and return an
+ error while it shouldn't.
+
### Version 0.3
- Migrate the ray-tracing backend from Embree2 to Embree3.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -57,7 +57,7 @@ endif()
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
-set(VERSION_PATCH 0)
+set(VERSION_PATCH 1)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(S2D_FILES_SRC