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