From c8f77de4f251e0b48d3568405a27e147bee252e6 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 27 Oct 2025 10:59:30 +0300 Subject: [PATCH] updated version --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ef8a069..6fde8db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.26) -project(omath VERSION 3.10.1 LANGUAGES CXX) +project(omath VERSION 3.11.0 LANGUAGES CXX) include(CMakePackageConfigHelpers) include(CheckCXXCompilerFlag) diff --git a/VERSION b/VERSION index 4764627..e0af123 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.9.2 \ No newline at end of file +3.11.0 \ No newline at end of file