Skip to content

Commit

Permalink
set version to v2024.12.07
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Dec 7, 2024
1 parent 43145b4 commit 2caec36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 "2024.09.25.${VERSION_BUILD}")
set(BUILD_VERSION_STRING "2024.12.07.${VERSION_BUILD}")
project(OpenXR-Layers-GUI VERSION ${BUILD_VERSION_STRING} LANGUAGES CXX C)

message(STATUS "C++ compiler: ${CMAKE_CXX_COMPILER_ID}")
Expand Down

0 comments on commit 2caec36

Please sign in to comment.