diff options
-rw-r--r-- | Source/cmMakefile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index d114770..b1d7a34 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -67,8 +67,8 @@ public: * Return major and minor version numbers for cmake. */ static unsigned int GetMajorVersion() { return 1;} - static unsigned int GetMinorVersion() { return 1;} - static const char *GetReleaseVersion() { return "development";} + static unsigned int GetMinorVersion() { return 2;} + static const char *GetReleaseVersion() { return "release";} /** * Return the major and minor version of the cmake that |