star-enclosures-2d

Extract enclosures from 2D geometry
git clone git://git.meso-star.fr/star-enclosures-2d.git
Log | Files | Refs | README | LICENSE

commit bad95ee9c7c79af6f8baf3c4bb8c0012bb25042e
parent 046614fad7a5632b678f74bdf70533522e94a0ed
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri,  8 Nov 2019 15:18:15 +0100

Bump version number to 0.4.2

Diffstat:
MREADME.md | 7+++++++
Mcmake/CMakeLists.txt | 2+-
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