git repos / PlatformFolders

commit 2eed66df

Poul Sander · 2021-08-08 15:35
2eed66df99a1358e6b55c1c2c6b96a99818aa9d2 patch · browse files
parent 9c559b67385ba5b54a7a671f92d77b6e85faba58

Update version numbers

Changed files

M CMakeLists.txt before
M doxygen.conf before
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cad894..d5056cc 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 4.0.0 LANGUAGES CXX)
+project(platform_folders VERSION 4.1.0 LANGUAGES CXX)
# Since it's off, the library will be static by default
option(BUILD_SHARED_LIBS "Build shared instead of static." OFF)
diff --git a/doxygen.conf b/doxygen.conf index 3745c72..468d73b 100644 --- a/doxygen.conf +++ b/doxygen.conf
@@ -38,7 +38,7 @@ PROJECT_NAME = "Platform folders"
# could be handy for archiving the generated documentation or if some version
# control system is used.
-PROJECT_NUMBER = "4.0.0"
+PROJECT_NUMBER = "4.1.0"
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a