summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-12-07 21:06:08 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-12-07 21:06:08 (GMT)
commit95fa88b7bcfb6b966b45e5ddac7271646bb4a584 (patch)
tree2303b883ad0bc5e29e134a2b987f44787bef6e36 /Source/cmMakefile.h
parentab3b0c04aa41ffbf3f0dfc37328c9cbcc935e3cd (diff)
downloadCMake-95fa88b7bcfb6b966b45e5ddac7271646bb4a584.zip
CMake-95fa88b7bcfb6b966b45e5ddac7271646bb4a584.tar.gz
CMake-95fa88b7bcfb6b966b45e5ddac7271646bb4a584.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 ac8be66..d3e9835 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 1;}
- static unsigned int GetMinorVersion() { return 0;}
+ static unsigned int GetMinorVersion() { return 1;}
/**
* Return the major and minor version of the cmake that
* was used to write the currently loaded cache, note