Add version.{h,cpp}: Returning version info
Tento commit je obsažen v:
7
version.h
Normální soubor
7
version.h
Normální soubor
@@ -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
|
Odkázat v novém úkolu
Zablokovat Uživatele