Skip to content

Commit f4a5069

Browse files
committed
v2024.06.14
1 parent 2295870 commit f4a5069

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
@@ -45,7 +45,7 @@ set(
4545
"Identifier for the current build, e.g. OS, architecture, HKLM vs HKCU"
4646
)
4747

48-
set(BUILD_VERSION_STRING "0.0.3.${VERSION_BUILD}")
48+
set(BUILD_VERSION_STRING "2024.06.14.${VERSION_BUILD}")
4949
project(OpenXR-Layers-GUI VERSION ${BUILD_VERSION_STRING} LANGUAGES CXX C)
5050

5151

@@ -59,4 +59,4 @@ message(STATUS "Building OpenXR-Layers-GUI v${CMAKE_PROJECT_VERSION}")
5959

6060
include(sign_target.cmake)
6161

62-
add_subdirectory("src")
62+
add_subdirectory("src")

0 commit comments

Comments
 (0)