prjpeppercorn/libgm/tools/version.hpp

6 lines
104 B
C++
Raw Permalink Normal View History

2024-11-19 08:24:49 +01:00
#ifndef VERSION_H
#define VERSION_H
#include <string>
extern const std::string git_describe_str;
#endif