Jpp 21.0.0-rc.1-88-g0130508c4
the software that should make you happy
Loading...
Searching...
No Matches
codemeta-consumer/main.cc
Go to the documentation of this file.
1#include "km3net/codemeta-consumer/version.h"
2
3int main() {
4 return codemeta::consumer::getVersion() != "4.5.0" ||
5 codemeta::consumer::getVersionMajor() != 4 ||
6 codemeta::consumer::getVersionMinor() != 5 ||
7 codemeta::consumer::getVersionPatch() != 0 ||
8 !codemeta::consumer::hasVersionMetadata()
9 ? 1
10 : 0;
11}
int main()