From a3f9597ba8f8491847fc94443a6cfc9ad4e0a278 Mon Sep 17 00:00:00 2001 From: Uladzimir Valiukevich Date: Wed, 27 Sep 2023 18:14:02 +0300 Subject: [PATCH] Update version to 0.6.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 62404610f..8363ef412 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.0) include(cmake/PreventInSourceBuilds.cmake)