8 líneas
138 B
C++
8 líneas
138 B
C++
#ifndef VERSION_H
|
|
#define VERSION_H
|
|
|
|
#include <string>
|
|
std::string git_commit_id();
|
|
std::string get_version_string();
|
|
#endif // VERSION_H
|