diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-12-05 17:07:34 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-12-05 17:07:34 (GMT) |
commit | cf8003f03f2e57012ed3649625dad102d86dc4d2 (patch) | |
tree | d0716b78a10e6b79372c5436b0ee49cd91d7a710 /Source/cmMakefile.h | |
parent | d4bb11cd8b08e64fa3e830ba37dc32bb1e9895d2 (diff) | |
download | CMake-cf8003f03f2e57012ed3649625dad102d86dc4d2.zip CMake-cf8003f03f2e57012ed3649625dad102d86dc4d2.tar.gz CMake-cf8003f03f2e57012ed3649625dad102d86dc4d2.tar.bz2 |
up version
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 491fc98..85f3b02 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 98;} + static unsigned int GetMinorVersion() { return 99;} /** * Return the major and minor version of the cmake that * was used to write the currently loaded cache, note |