diff options
Diffstat (limited to 'Source/cmVersion.h')
-rw-r--r-- | Source/cmVersion.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVersion.h b/Source/cmVersion.h index 92ed988..29eb9d1 100644 --- a/Source/cmVersion.h +++ b/Source/cmVersion.h @@ -32,6 +32,7 @@ public: */ static unsigned int GetMajorVersion() { return CMake_VERSION_MAJOR; } static unsigned int GetMinorVersion() { return CMake_VERSION_MINOR; } + static unsigned int GetPatchVersion() { return CMake_VERSION_PATCH; } static std::string GetReleaseVersion(); static std::string GetCMakeVersion(); }; |