MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / PatchVersion

Method PatchVersion

Code/Common/src/sitkVersion.cxx:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 return SimpleITK_VERSION_MINOR;
56}
57unsigned int
58Version::PatchVersion()
59{
60 return SimpleITK_VERSION_PATCH;
61}
62unsigned int
63Version::TweakVersion()
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected