Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
82
const char* version() {
83
return EXV_PACKAGE_VERSION;
84
}
85
86
bool testVersion(uint32_t major, uint32_t minor, uint32_t patch) {
87
return versionNumber() >= EXIV2_MAKE_VERSION(major, minor, patch);
Callers
1
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected