diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-07-11 17:31:47 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-07-11 17:31:47 (GMT) |
commit | df79a0bc471dff95453b4a33655b5c8f0a76c89a (patch) | |
tree | f0beae130cbe074f535500225287e4e81f5111f0 /Source/cmMakefile.h | |
parent | ec50160652a171def49886d54a1219d21fae5be5 (diff) | |
download | CMake-df79a0bc471dff95453b4a33655b5c8f0a76c89a.zip CMake-df79a0bc471dff95453b4a33655b5c8f0a76c89a.tar.gz CMake-df79a0bc471dff95453b4a33655b5c8f0a76c89a.tar.bz2 |
version num
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 c6fb334..f8dfcfc 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 4;} + static unsigned int GetMinorVersion() { return 5;} /** * Return the major and minor version of the cmake that * was used to write the currently loaded cache, note |