dropshell/src/version.hpp.in
2025-04-25 13:21:57 +12:00

13 lines
275 B
C++

#pragma once
#include <string>
namespace dropshell {
// Version information
const std::string VERSION = "@PROJECT_VERSION@";
const std::string RELEASE_DATE = "@RELEASE_DATE@";
const std::string AUTHOR = "j842";
const std::string LICENSE = "MIT";
} // namespace dropshell