Endgame-Analyzer/include/version.h

15 lines
345 B
C++

#ifndef ENDGAME_ANALYZER_VERSION_H
#define ENDGAME_ANALYZER_VERSION_H
#include <string>
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