2017-09-13 18:06:31 -04:00
|
|
|
|
#ifndef _VERSION_H
|
|
|
|
|
#define _VERSION_H
|
|
|
|
|
|
|
|
|
|
#include <string>
|
|
|
|
|
|
2018-11-29 16:55:48 +01:00
|
|
|
|
namespace Sapphire::Version
|
2018-10-28 21:53:21 +01:00
|
|
|
|
{
|
|
|
|
|
extern const std::string GIT_HASH;
|
|
|
|
|
extern const std::string VERSION;
|
|
|
|
|
}
|
2017-09-13 18:06:31 -04:00
|
|
|
|
|
|
|
|
|
#endif
|