Jpp 21.0.0-rc.1-88-g0130508c4
the software that should make you happy
Loading...
Searching...
No Matches
version.hh
Go to the documentation of this file.
1#ifndef KM3NET_DATAFORMAT_VERSION_HH_H
2#define KM3NET_DATAFORMAT_VERSION_HH_H
3
4#include <string>
5
7
8std::string getPackageName();
9std::string getVersion();
10
11unsigned int getVersionMajor();
12unsigned int getVersionMinor();
13unsigned int getVersionPatch();
14
15std::string getGitTag();
16std::string getGitDescribe();
17std::string getGitCommit();
18bool getGitDirty();
20
21std::string getShortHash();
22unsigned int getCommitsSinceTag();
23
24}
25
26#endif