dropshell-build/ipdemo/src/version.hpp.in
Your Name a882153e56
All checks were successful
dropshell-build / build (push) Successful in 1m1s
'Generic Commit'
2025-06-03 00:45:34 +12:00

21 lines
388 B
C++

#pragma once
/*
version.hpp is automatically generated by the build system, from version.hpp.in.
DO NOT EDIT VERSION.HPP!
*/
#include <string>
namespace ipdemo {
// 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