Add version.{h,cpp}: Returning version info

Tento commit je obsažen v:
2021-10-03 23:01:19 +02:00
rodič 3d0fce590b
revize fa5e75893f
4 změnil soubory, kde provedl 21 přidání a 5 odebrání

7
version.h Normální soubor
Zobrazit 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