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 e908253f64e919cc3178319365ba4f08b9d4ef44
parent 553b60307e8e2f306429d294ae23fef08ba260fa
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Tue, 12 Mar 2019 15:58:41 +0100

Merge branch 'release_0.3.0' into develop

Diffstat:
MREADME.md | 6++++++
Mcmake/CMakeLists.txt | 4++--
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -35,6 +35,12 @@ variable the install directories of its dependencies. Release notes ------------- +### Version 0.3 + +- Add API calls to access to geometry frontiers. +- Improve documentation in the header file. +- BugFix: wrong data cleaning on computation canceling. + ### Version 0.2.2 - BugFix when grouping components into enclosures. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -46,8 +46,8 @@ endif() # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 2) -set(VERSION_PATCH 2) +set(VERSION_MINOR 3) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SENC2D_FILES_SRC