Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
57
unsigned int
58
Version::PatchVersion()
59
{
60
return SimpleITK_VERSION_PATCH;
61
}
62
unsigned int
63
Version::TweakVersion()
64
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected