From 413cef4f2321cc92f821b30962b7a93b306e418b Mon Sep 17 00:00:00 2001 From: Orange Date: Fri, 3 Oct 2025 13:16:48 +0300 Subject: [PATCH] version update --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 639de28..06782d6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.26) -project(omath VERSION 3.8.1 LANGUAGES CXX) +project(omath VERSION 3.8.2 LANGUAGES CXX) include(CMakePackageConfigHelpers) include(CheckCXXCompilerFlag) diff --git a/VERSION b/VERSION index aaaff91..00e897b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.8.1 \ No newline at end of file +3.8.2 \ No newline at end of file