diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index a4ea424..b897137 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -44,7 +44,7 @@ public: * Return major and minor version numbers for cmake. */ static unsigned int GetMajorVersion() { return 1;} - static unsigned int GetMinorVersion() { return 3;} + static unsigned int GetMinorVersion() { return 5;} static const char *GetReleaseVersion() { return "development";} /** |