#include "Version.h" namespace Core { namespace Version { const std::string GIT_HASH = "232d9cd1addda0a363375b86054cc479fc69b2ef"; const std::string VERSION = "-128-NOTFOUND"; } /* Version */ } /* Core */