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

13 lines
174 B
C
Raw Normal View History

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