From 477e2be10cbf36b38ce7cfe51bf03a734a717ed6 Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Thu, 11 Aug 2022 19:35:26 +0200 Subject: [PATCH] Increase cmake, cxx, doxygen versions --- CMakeLists.txt | 2 +- Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd3446a..982eed0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: GPL-3.0-only -cmake_minimum_required(VERSION 2.8) +cmake_minimum_required(VERSION 3.8) project(bcar) set(CMAKE_CXX_STANDARD 17) diff --git a/Doxyfile b/Doxyfile index 544788a..2c44944 100644 --- a/Doxyfile +++ b/Doxyfile @@ -43,7 +43,7 @@ PROJECT_NAME = "BCar" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 0.9.0 +PROJECT_NUMBER = 0.10.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 -- 2.39.2