#ifndef ENDGAME_ANALYZER_VERSION_H #define ENDGAME_ANALYZER_VERSION_H #include namespace Version { extern const std::string git_sha1; extern const std::string git_description; extern const std::string git_refspec; extern const std::string git_local_changes; bool is_dirty(); } #endif //ENDGAME_ANALYZER_VERSION_H