mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 14:07:46 +00:00
10 lines
182 B
C++
10 lines
182 B
C++
#include "Version.h"
|
|
|
|
namespace Sapphire {
|
|
namespace Version {
|
|
|
|
const std::string GIT_HASH = "@GIT_SHA1@";
|
|
const std::string VERSION = "@VERSION@";
|
|
|
|
} /* Version */
|
|
} /* Sapphire */
|