mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 01:07:47 +00:00

need to implement location(s) where to show git revision / version in core server info & logs come to mind
10 lines
190 B
C++
10 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 */
|