From 3aee987b98b87a2f15bceb310d6c5708217795e0 Mon Sep 17 00:00:00 2001 From: artem-ogre Date: Wed, 19 Jun 2024 14:02:59 +0200 Subject: [PATCH] Update version in CMake to 1.4.1 --- CDT/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CDT/CMakeLists.txt b/CDT/CMakeLists.txt index 781b28f4..c72f33c5 100644 --- a/CDT/CMakeLists.txt +++ b/CDT/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.4) project( "CDT" - VERSION 1.3.0 + VERSION 1.4.1 DESCRIPTION "C++ library for constrained Delaunay triangulation" HOMEPAGE_URL "https://github.com/artem-ogre/CDT"