diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-12-07 16:06:08 -0500 |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-12-07 16:06:08 -0500 |
commit | 95fa88b7bcfb6b966b45e5ddac7271646bb4a584 (patch) | |
tree | 2303b883ad0bc5e29e134a2b987f44787bef6e36 /Source | |
parent | ab3b0c04aa41ffbf3f0dfc37328c9cbcc935e3cd (diff) | |
download | cmake-95fa88b7bcfb6b966b45e5ddac7271646bb4a584.tar.gz |
version rev
Diffstat (limited to 'Source')
-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 ac8be661d5..d3e9835709 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 |