commit a106a498bc41411b0057ffb103540ef93449ef23
parent 046614fad7a5632b678f74bdf70533522e94a0ed
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Fri, 8 Nov 2019 15:18:32 +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
@@ -35,6 +35,13 @@ variable the install directories of its dependencies.
Release notes
-------------
+### Version 0.4.2
+
+- Fix global id of segments; 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 segment 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
@@ -47,7 +47,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(SENC2D_FILES_SRC