diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-10-01 17:35:44 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-10-01 17:35:44 (GMT) |
commit | 8e505ebf53a27c9e97041e00a32fe41b8d613339 (patch) | |
tree | f5056702ef27840378f389c9c3a17948d03af034 /Source/cmMakefile.h | |
parent | b9a0910ec9884e8b461781cbf9d090a144d45db5 (diff) | |
download | CMake-8e505ebf53a27c9e97041e00a32fe41b8d613339.zip CMake-8e505ebf53a27c9e97041e00a32fe41b8d613339.tar.gz CMake-8e505ebf53a27c9e97041e00a32fe41b8d613339.tar.bz2 |
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 451cdda..3cdb960 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 95;} + static unsigned int GetMinorVersion() { return 96;} /** * Return the major and minor version of the cmake that * was used to write the currently loaded cache, note |