git repos / PlatformFolders

commit d096651d

sago007 · 2018-06-24 15:11
d096651dfefcec30e91eba48cd52da32059caa8e patch · browse files
parent 6b50949e4b25317ebb36ebf109d36d1977ec882c

Pushed version number

Changed files

M CMakeLists.txt before
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)