This commit is contained in:
Your Name
2025-04-25 12:21:56 +12:00
parent 379b4c47f4
commit 7e499195e5
11 changed files with 33 additions and 805 deletions

13
src/version.hpp Normal file
View File

@ -0,0 +1,13 @@
#pragma once
#include <string>
namespace dropshell {
// Version information
const std::string VERSION = "1.0.0";
const std::string RELEASE_DATE = "2025-04-21";
const std::string AUTHOR = "j842";
const std::string LICENSE = "MIT";
} // namespace dropshell