MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / version

Function version

src/version.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82const char* version() {
83 return EXV_PACKAGE_VERSION;
84}
85
86bool testVersion(uint32_t major, uint32_t minor, uint32_t patch) {
87 return versionNumber() >= EXIV2_MAKE_VERSION(major, minor, patch);

Callers 1

mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected