summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-08-09 15:08:35 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-08-09 15:08:35 (GMT)
commitd0c306058ce37754623478237c1969d9df5a7ffe (patch)
treefeeb42b9e90061f2dfc8b722daa96ca32d2eba1a /Source/cmMakefile.h
parent314efb0a24e680b1b1b9ca4c087f94ca60cb9b70 (diff)
downloadCMake-d0c306058ce37754623478237c1969d9df5a7ffe.zip
CMake-d0c306058ce37754623478237c1969d9df5a7ffe.tar.gz
CMake-d0c306058ce37754623478237c1969d9df5a7ffe.tar.bz2
updated version
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 5119599..283645b 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 7;}
+ static unsigned int GetMinorVersion() { return 8;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note