Update version and dependencies

This commit is contained in:
2025-07-16 23:40:33 +02:00
parent 08d8910b34
commit 1b9d924ebe
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ project(fimdlp
LANGUAGES CXX
DESCRIPTION "Discretization algorithm based on the paper by Fayyad & Irani Multi-Interval Discretization of Continuous-Valued Attributes for Classification Learning."
HOMEPAGE_URL "https://github.com/rmontanana/mdlp"
VERSION 2.1.0
VERSION 2.1.1
)
set(CMAKE_CXX_STANDARD 17)
cmake_policy(SET CMP0135 NEW)