summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h2
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";}
/**