MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / versionString

Method versionString

3ds/source/util.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420std::string StringUtils::versionString(void)
421{
422 return StringUtils::format("v%d.%d.%d", VERSION_MAJOR, VERSION_MINOR, VERSION_MICRO);
423}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected