1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-25 05:57:45 +00:00
sapphire/src/common/Version.h

13 lines
170 B
C
Raw Normal View History

#ifndef _VERSION_H
#define _VERSION_H
#include <string>
2018-10-28 21:53:21 +01:00
namespace Core::Version
{
extern const std::string GIT_HASH;
extern const std::string VERSION;
}
#endif