Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
florianbecker committed Nov 15, 2024
1 parent 332cd10 commit fd4a964
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
*.user*
.scannerwork
.idea
.cache
.vscode
*build*
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fd4a964

Please sign in to comment.