diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-09-19 18:20:37 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-09-19 18:20:37 (GMT) |
commit | ccc1c3d50a566a3fea71c376f96356030632a153 (patch) | |
tree | 4a57ea2cf0aa65f657a46edfaf8311814b78bc08 /Source/cmMakefile.h | |
parent | f8ea87a10cb22dc7e7e6e00324ee5095863bf445 (diff) | |
download | CMake-ccc1c3d50a566a3fea71c376f96356030632a153.zip CMake-ccc1c3d50a566a3fea71c376f96356030632a153.tar.gz CMake-ccc1c3d50a566a3fea71c376f96356030632a153.tar.bz2 |
version rev to 94
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 83c0ab0..a58ac78 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 93;} + static unsigned int GetMinorVersion() { return 94;} /** * Return the major and minor version of the cmake that * was used to write the currently loaded cache, note |