Jpp 21.0.0-rc.1-88-g0130508c4
the software that should make you happy
Loading...
Searching...
No Matches
main.cc File Reference
#include "km3net/codemeta-consumer/version.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 3 of file codemeta-consumer/main.cc.

3 {
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}