1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 14:37:44 +00:00
sapphire/src/common/Version.cpp.in

9 lines
168 B
C++

#include "Version.h"
namespace Sapphire::Version
{
const std::string GIT_HASH = "@GIT_SHA1@";
const std::string VERSION = "@VERSION@";
} /* Sapphire::Version */