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

Function versionNumber

src/version.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65namespace Exiv2 {
66uint32_t versionNumber() {
67 return EXIV2_MAKE_VERSION(EXIV2_MAJOR_VERSION, EXIV2_MINOR_VERSION, EXIV2_PATCH_VERSION);
68}
69
70std::string versionString() {
71 std::ostringstream os;

Callers 3

mainFunction · 0.85
versionNumberHexStringFunction · 0.85
testVersionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected