diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-07-18 16:45:49 -0400 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-07-18 16:45:49 -0400 |
commit | 01363294822f35a66312e58743de4aeadaf8de6f (patch) | |
tree | 5ceb2e5bade01e2a55e4fe72aa87bbfb033e35a5 | |
parent | 212dfb1b8efcef42881337023ddb9ac0fe4081c2 (diff) | |
download | cmake-01363294822f35a66312e58743de4aeadaf8de6f.tar.gz |
updated version
-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 058e1278e6..c20c589cfc 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -65,7 +65,7 @@ public: * Return major and minor version numbers for cmake. */ static unsigned int GetMajorVersion() { return 0;} - static unsigned int GetMinorVersion() { return 5;} + static unsigned int GetMinorVersion() { return 7;} /** * Return the major and minor version of the cmake that * was used to write the currently loaded cache, note |