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