#ifndef _VERSION_H #define _VERSION_H #include namespace Sapphire::Version { extern const std::string GIT_HASH; extern const std::string VERSION; } #endif