diff --git a/CMakeLists.txt b/CMakeLists.txt index 50979ce..d82991e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # For target_compile_features cmake_minimum_required(VERSION 3.1.0 FATAL_ERROR) -project(platform_folders VERSION 3.2.0 LANGUAGES CXX) +project(platform_folders VERSION 4.0.0 LANGUAGES CXX) # Since it's off, the library will be static by default option(BUILD_SHARED_LIBS "Build shared instead of static." OFF)