#include "Version.h" namespace Sapphire { namespace Version { const std::string GIT_HASH = "@GIT_SHA1@"; const std::string VERSION = "@VERSION@"; } /* Version */ } /* Sapphire */