From fd4a964ee82e6cc97a646d63428756ce9936247e Mon Sep 17 00:00:00 2001 From: Florian Becker Date: Fri, 15 Nov 2024 17:09:39 +0100 Subject: [PATCH] Update version number --- .gitignore | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d743abb..3b810be 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ *.user* .scannerwork .idea +.cache +.vscode *build* diff --git a/CMakeLists.txt b/CMakeLists.txt index b98b665..6e9e7a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -42,7 +42,7 @@ if(NOT DEFINED CORE_MASTER_PROJECT) endif() endif() -project(modern.cpp.core VERSION 0.6.2 DESCRIPTION "Modern C++ Core" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX) +project(modern.cpp.core VERSION 0.6.3 DESCRIPTION "Modern C++ Core" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX) include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/env.cmake) include(${CMAKE}/checks.cmake) if(CORE_MASTER_PROJECT AND CMAKE_BUILD_TYPE STREQUAL Debug)