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)