Jpp
21.0.0-rc.1-88-g0130508c4
the software that should make you happy
Loading...
Searching...
No Matches
externals
km3net-dataformat
build
_deps
km3netcmakesetup-src
examples
codemeta-consumer
codemeta-consumer/main.cc
Go to the documentation of this file.
1
#include "km3net/codemeta-consumer/version.h"
2
3
int
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
}
main
int main()
Definition
codemeta-consumer/main.cc:3
Generated by
1.12.0