From 91f706ffcd12f8b8bea7ab242ba24dcdbc6a6e80 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 17 May 2025 20:27:46 +1200 Subject: [PATCH] dropshell release 2025.0517.2027 --- source/CMakeLists.txt | 1 + source/src/autogen/version.hpp | 15 --------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 source/src/autogen/version.hpp diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index cfedc1a..4203b79 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -52,6 +52,7 @@ add_dependencies(dropshell run_createagent) # build dir goes first so that we can use the generated version.hpp target_include_directories(dropshell PRIVATE $ + $ ${CMAKE_CURRENT_SOURCE_DIR}/src ${CMAKE_CURRENT_SOURCE_DIR}/src/utils ${CMAKE_CURRENT_SOURCE_DIR}/src/contrib diff --git a/source/src/autogen/version.hpp b/source/src/autogen/version.hpp deleted file mode 100644 index 5354116..0000000 --- a/source/src/autogen/version.hpp +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -// DUMMY VERSION - replaced by build process. - -#include - -namespace dropshell { - -// Version information -const std::string VERSION = "DEV"; -const std::string RELEASE_DATE = "NEVER"; -const std::string AUTHOR = "j842"; -const std::string LICENSE = "MIT"; - -} // namespace dropshell