autoversion

This commit is contained in:
Your Name
2025-04-25 13:21:57 +12:00
parent d88a691b9b
commit 7d3209cdb2
3 changed files with 24 additions and 6 deletions

View File

@ -1,13 +0,0 @@
#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