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)