Skip to content

Commit

Permalink
set version to 2024.09.25
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Sep 25, 2024
1 parent 785e873 commit f1e98e3
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.24.${VERSION_BUILD}")
set(BUILD_VERSION_STRING "2024.09.25.${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 f1e98e3

Please sign in to comment.