summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-07-18 20:45:49 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-07-18 20:45:49 (GMT)
commit01363294822f35a66312e58743de4aeadaf8de6f (patch)
tree5ceb2e5bade01e2a55e4fe72aa87bbfb033e35a5
parent212dfb1b8efcef42881337023ddb9ac0fe4081c2 (diff)
downloadCMake-01363294822f35a66312e58743de4aeadaf8de6f.zip
CMake-01363294822f35a66312e58743de4aeadaf8de6f.tar.gz
CMake-01363294822f35a66312e58743de4aeadaf8de6f.tar.bz2
updated version
-rw-r--r--Source/cmMakefile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 058e127..c20c589 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