diff --git a/CMakeLists.txt b/CMakeLists.txt index c5f8c0e16..3bbbd448e 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.7.0) + VERSION 0.7.1) include(cmake/PreventInSourceBuilds.cmake)