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

Function versionString

src/version.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70std::string versionString() {
71 std::ostringstream os;
72 os << EXIV2_MAJOR_VERSION << '.' << EXIV2_MINOR_VERSION << '.' << EXIV2_PATCH_VERSION;
73 return os.str();
74}
75
76std::string versionNumberHexString() {
77 std::ostringstream os;

Callers 2

mainFunction · 0.85
dumpLibraryInfoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected