From c66df11754a7af8c0a31797744e709f2df220cdd Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 12 Aug 2025 09:25:40 +0300 Subject: [PATCH] Updates project version to 3.2.1 Increments the project version number in CMakeLists.txt from 3.0.4.1 to 3.2.1, indicating a release or significant changes in the project. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e84e02..3b76979 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.26) -project(omath VERSION 3.0.4.1 LANGUAGES CXX) +project(omath VERSION 3.2.1 LANGUAGES CXX) include(CMakePackageConfigHelpers)