Skip to content

Commit

Permalink
v2024.06.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jun 14, 2024
1 parent 2295870 commit f4a5069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set(
"Identifier for the current build, e.g. OS, architecture, HKLM vs HKCU"
)

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


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

include(sign_target.cmake)

add_subdirectory("src")
add_subdirectory("src")

0 comments on commit f4a5069

Please sign in to comment.