From ef1da1cf921ade529b9c84168adca25ec32015d4 Mon Sep 17 00:00:00 2001 From: fintarin Date: Tue, 9 Jan 2024 12:28:36 +0300 Subject: [PATCH] Update version to 0.9.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b036b2130..03d2c68bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5...3.22) project( fintamath LANGUAGES CXX - VERSION 0.8.0) + VERSION 0.9.0) include(cmake/PreventInSourceBuilds.cmake)