From 20dc4e673057c82e9a2a8a2f5c0c2c1133c94316 Mon Sep 17 00:00:00 2001 From: Orange Date: Sat, 11 Oct 2025 17:22:16 +0300 Subject: [PATCH] Updates omath version to 3.9.2 --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06782d6..d5be287 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.26) -project(omath VERSION 3.8.2 LANGUAGES CXX) +project(omath VERSION 3.9.2 LANGUAGES CXX) include(CMakePackageConfigHelpers) include(CheckCXXCompilerFlag) diff --git a/VERSION b/VERSION index 00e897b..4764627 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.8.2 \ No newline at end of file +3.9.2 \ No newline at end of file