diff --git a/CMakeLists.txt b/CMakeLists.txt index 28a8297..ceee0e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) -project(platform_folders VERSION 3.2.0 LANGUAGES CXX) +project(platform_folders VERSION 3.2.1 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 88aa44e..db05267 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 = "3.2.0" +PROJECT_NUMBER = "3.2.1" # 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 diff --git a/sago/platform_folders.cpp b/sago/platform_folders.cpp index 34e6bae..f55e4ad 100644 --- a/sago/platform_folders.cpp +++ b/sago/platform_folders.cpp @@ -236,14 +236,20 @@ static void PlatformFoldersAddFromFile(const std::string& filename, std::map