Skip to content

Commit 34aa099

Browse files
committed
set version to 2024.07.18
1 parent a6aeb90 commit 34aa099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ set(
5555
"Identifier for the current build, e.g. OS, architecture, HKLM vs HKCU"
5656
)
5757

58-
set(BUILD_VERSION_STRING "0.0.3.${VERSION_BUILD}")
58+
set(BUILD_VERSION_STRING "2024.07.18.${VERSION_BUILD}")
5959
project(OpenXR-Layers-GUI VERSION ${BUILD_VERSION_STRING} LANGUAGES CXX C)
6060

6161
message(STATUS "C++ compiler: ${CMAKE_CXX_COMPILER_ID}")
@@ -78,4 +78,4 @@ if(ENABLE_ASAN)
7878
)
7979
endif()
8080

81-
add_subdirectory("src")
81+
add_subdirectory("src")

0 commit comments

Comments
 (0)