Add version.{h,cpp}: Returning version info
Αυτή η υποβολή περιλαμβάνεται σε:
7
version.h
Κανονικό αρχείο
7
version.h
Κανονικό αρχείο
@@ -0,0 +1,7 @@
|
||||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#include <string>
|
||||
std::string git_commit_id();
|
||||
std::string get_version_string();
|
||||
#endif // VERSION_H
|
||||
Αναφορά σε νέο ζήτημα
Block a user