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