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

15 lines
299 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