diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cd2733e..961506ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ if(POLICY CMP0074) cmake_policy(SET CMP0074 NEW) endif() -project(FFS VERSION 3.0.0) +project(FFS VERSION 3.1.0) # Some boilerplate to setup nice output directories include(GNUInstallDirs)