diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-27 20:17:35 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-27 20:17:35 (GMT) |
commit | ac121867428f65512fafd2ffd0ea51e829640d00 (patch) | |
tree | 1380403288d0716d1706c895569845cc4e4f4cd7 /Source/cmMakefile.h | |
parent | ae243b21bbeef820bb12eb1fb154600aebffb531 (diff) | |
download | CMake-ac121867428f65512fafd2ffd0ea51e829640d00.zip CMake-ac121867428f65512fafd2ffd0ea51e829640d00.tar.gz CMake-ac121867428f65512fafd2ffd0ea51e829640d00.tar.bz2 |
updated version to 0.2
Diffstat (limited to 'Source/cmMakefile.h')
-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 5c13889..b82729e 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 1;} + static unsigned int GetMinorVersion() { return 2;} /** * Return the major and minor version of the cmake that * was used to write the currently loaded cache, note |