Skip to content

Commit d56bf75

Browse files
committed
set version
1 parent 2f1c0b3 commit d56bf75

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.09.09.${VERSION_BUILD}")
5959
project(OpenXR-Layers-GUI VERSION ${BUILD_VERSION_STRING} LANGUAGES CXX C)
6060

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

8181
add_subdirectory("third-party")
82-
add_subdirectory("src")
82+
add_subdirectory("src")

0 commit comments

Comments
 (0)