star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit 75ef58a2a2c081a316df064d5e24c39c9ad96ebc
parent 1a10e2510a6b6586c2d86dbe86d40a5ac7007a40
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed, 10 Apr 2024 15:04:13 +0200

Merge branch 'release_0.4' into develop

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

diff --git a/README.md b/README.md @@ -21,6 +21,10 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.4 + +- Upgrade to gmsh 4.12.2 + ### Version 0.3.1 - Add a flag allowing to dump overlapping geometries diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -43,8 +43,8 @@ include_directories( # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 3) -set(VERSION_PATCH 1) +set(VERSION_MINOR 4) +set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SCAD_FILES_SRC