Skip to content

Commit fd4a964

Browse files
committed
Update version number
1 parent 332cd10 commit fd4a964

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*.user*
22
.scannerwork
33
.idea
4+
.cache
5+
.vscode
46
*build*

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if(NOT DEFINED CORE_MASTER_PROJECT)
4242
endif()
4343
endif()
4444

45-
project(modern.cpp.core VERSION 0.6.2 DESCRIPTION "Modern C++ Core" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX)
45+
project(modern.cpp.core VERSION 0.6.3 DESCRIPTION "Modern C++ Core" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX)
4646
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/env.cmake)
4747
include(${CMAKE}/checks.cmake)
4848
if(CORE_MASTER_PROJECT AND CMAKE_BUILD_TYPE STREQUAL Debug)

0 commit comments

Comments
 (0)