From eddbbbfd7fe36683d024763a584ee93c7bf9fb6c Mon Sep 17 00:00:00 2001 From: fintarin Date: Mon, 25 Sep 2023 20:36:34 +0300 Subject: [PATCH] Update version to 0.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62404610f..d6043331c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5...3.16) project( fintamath LANGUAGES CXX C - VERSION 0.5) + VERSION 0.6) include(cmake/PreventInSourceBuilds.cmake)