polygon

Polygon triangulation
git clone git://git.meso-star.fr/polygon.git
Log | Files | Refs | README | LICENSE

commit e39719ad6697447924038f2b47730c90411f049f
parent d348117e0ca677951ab77e567efad13f8bd1fce1
Author: vaplv <vaplv@free.fr>
Date:   Tue, 19 Oct 2021 10:19:09 +0200

Merge branch 'release_0.1.4' into develop

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

diff --git a/README.md b/README.md @@ -17,6 +17,10 @@ can be edited, built, tested and installed as any CMake project. ## Release notes +### Version 0.1.4 + +Fix warnings detected by gcc 11 + ### Version 0.1.3 Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has become diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -38,7 +38,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys) ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 1) -set(VERSION_PATCH 3) +set(VERSION_PATCH 4) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(POLYGON_FILES_SRC polygon.c)