mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-25 05:57:45 +00:00
11 lines
190 B
C++
11 lines
190 B
C++
![]() |
#include "Version.h"
|
||
|
|
||
|
namespace Core {
|
||
|
namespace Version {
|
||
|
|
||
|
const std::string GIT_HASH = "@GIT_SHA1@";
|
||
|
const std::string VERSION = "@VERSION@";
|
||
|
|
||
|
} /* Version */
|
||
|
} /* Core */
|