dropshell/src/version.hpp
Your Name ae15a1b7c4
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled
.
2025-05-13 20:56:39 +12:00

16 lines
300 B
C++

#pragma once
// DUMMY VERSION - replaced by build process.
#include <string>
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