summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-08-30 20:19:04 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-08-30 20:19:04 (GMT)
commit4798e61fa081f705a4199ba34f6448c467d744ae (patch)
tree354bd175453865cc7857c6d742acc4443d12d56f /Source/cmMakefile.h
parent0a10563871aa43ca1cbf69dfd4c9d13f91dec0f9 (diff)
downloadCMake-4798e61fa081f705a4199ba34f6448c467d744ae.zip
CMake-4798e61fa081f705a4199ba34f6448c467d744ae.tar.gz
CMake-4798e61fa081f705a4199ba34f6448c467d744ae.tar.bz2
version rev
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 cffa901..e7b9d69 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -67,7 +67,7 @@ public:
* Return major and minor version numbers for cmake.
*/
static unsigned int GetMajorVersion() { return 0;}
- static unsigned int GetMinorVersion() { return 9;}
+ static unsigned int GetMinorVersion() { return 92;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note