:-'Generic Commit'

This commit is contained in:
Your Name
2025-05-28 15:59:21 +12:00
parent 5c919e1146
commit 26a7e2da1b
50 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,21 @@
#pragma once
/*
version.hpp is automatically generated by the build system, from version.hpp.in.
DO NOT EDIT VERSION.HPP!
*/
#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