mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
9 lines
168 B
C++
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 */
|