Jpp 21.0.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
km3net-dataformat-version.cc
Go to the documentation of this file.
1
3
4namespace km3net::dataformat {
5
6std::string getPackageName() {
7return "km3net-dataformat";
8}
9
10std::string getVersion() {
11return "3.6.3";
12}
13
14unsigned int getVersionMajor() { return 3; }
15unsigned int getVersionMinor() { return 6; }
16unsigned int getVersionPatch() { return 3; }
17
18std::string getGitTag() { return "v3.6.3"; }
19std::string getGitDescribe() { return "v3.6.3-10-g854d59a"; }
20std::string getGitCommit() { return "854d59acc25a5f27cfd779646f05a62133c83472"; }
21bool getGitDirty() { return false; }
22bool hasVersionMetadata() { return true; }
23
24std::string getShortHash() { return "854d59a"; }
25unsigned int getCommitsSinceTag() { return 10; }
26
27}
28