Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Sep 9, 2024
1 parent 2f1c0b3 commit d56bf75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ set(
"Identifier for the current build, e.g. OS, architecture, HKLM vs HKCU"
)

set(BUILD_VERSION_STRING "0.0.3.${VERSION_BUILD}")
set(BUILD_VERSION_STRING "2024.09.09.${VERSION_BUILD}")
project(OpenXR-Layers-GUI VERSION ${BUILD_VERSION_STRING} LANGUAGES CXX C)

message(STATUS "C++ compiler: ${CMAKE_CXX_COMPILER_ID}")
Expand All @@ -79,4 +79,4 @@ if(ENABLE_ASAN)
endif()

add_subdirectory("third-party")
add_subdirectory("src")
add_subdirectory("src")

0 comments on commit d56bf75

Please sign in to comment.