diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 5d00c93..e8b159c 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -50,6 +50,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 const char* GetReleaseVersion(); /** |