Updates project version to 3.3.0

Increments the project version number in CMakeLists.txt
from 3.2.1 to 3.3.0.
This commit is contained in:
2025-08-25 21:57:07 +03:00
parent 51d93c4464
commit 3b4bf24a16

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.26) cmake_minimum_required(VERSION 3.26)
project(omath VERSION 3.2.1 LANGUAGES CXX) project(omath VERSION 3.3.0 LANGUAGES CXX)
include(CMakePackageConfigHelpers) include(CMakePackageConfigHelpers)