diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-08-30 20:19:04 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-08-30 20:19:04 (GMT) |
commit | 4798e61fa081f705a4199ba34f6448c467d744ae (patch) | |
tree | 354bd175453865cc7857c6d742acc4443d12d56f /Source/cmMakefile.h | |
parent | 0a10563871aa43ca1cbf69dfd4c9d13f91dec0f9 (diff) | |
download | CMake-4798e61fa081f705a4199ba34f6448c467d744ae.zip CMake-4798e61fa081f705a4199ba34f6448c467d744ae.tar.gz CMake-4798e61fa081f705a4199ba34f6448c467d744ae.tar.bz2 |
version rev
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 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 |