MCPcopy Create free account
hub / github.com/dhbloo/rapfi / getVersionNumbers

Function getVersionNumbers

Rapfi/core/version.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#define CURRENT_VER VERSION_STR(RAPFI_MAJOR_VER, RAPFI_MINOR_VER, RAPFI_REVISION_VER)
31
32std::tuple<int, int, int> getVersionNumbers()
33{
34 return {RAPFI_MAJOR_VER, RAPFI_MINOR_VER, RAPFI_REVISION_VER};
35}
36
37std::string getBuildInfo()
38{

Callers 1

readRequirementMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected