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