From d56bf75bf1867be25731ccd3f9f8876ae88eca59 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Mon, 9 Sep 2024 17:46:58 -0500 Subject: [PATCH] set version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5388eda..bb9fba1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,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.09.09.${VERSION_BUILD}") project(OpenXR-Layers-GUI VERSION ${BUILD_VERSION_STRING} LANGUAGES CXX C) message(STATUS "C++ compiler: ${CMAKE_CXX_COMPILER_ID}") @@ -79,4 +79,4 @@ if(ENABLE_ASAN) endif() add_subdirectory("third-party") -add_subdirectory("src") \ No newline at end of file +add_subdirectory("src")