From 2eed66df99a1358e6b55c1c2c6b96a99818aa9d2 Mon Sep 17 00:00:00 2001 From: Poul Sander Date: Sun, 8 Aug 2021 17:35:53 +0200 Subject: [PATCH] Update version numbers --- CMakeLists.txt | 2 +- doxygen.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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