commit 5e9773e853b11835524bc4bf1debae9969a2a3d0
parent 7f866ca1f88fc69afd8c762464f89b3165359e81
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 8 Nov 2019 15:04:12 +0100
Merge branch 'release_0.4.2' into develop
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -39,6 +39,13 @@ variable the install directories of its dependencies.
Release notes
-------------
+### Version 0.4.2
+
+- Fix global id of triangles; releases 0.4.0 and 0.4.1 are broken
+
+- Reintroduce an API call to get the global id in user space of
+ a global unique triangle after deduplication
+
### Version 0.4.1
- Fix an infinite loop related to a rare numerical accuracy problem.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -48,7 +48,7 @@ endif()
################################################################################
set(VERSION_MAJOR 0)
set(VERSION_MINOR 4)
-set(VERSION_PATCH 1)
+set(VERSION_PATCH 2)
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
set(SENC_FILES_SRC