diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-06-05 17:30:54 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-06-05 17:30:54 (GMT) |
commit | 11cff6ef6aaa51d4536750acdbd62aa13b285a29 (patch) | |
tree | e991616475e9d22a73e3c1c77bbdcc647c8a1f98 | |
parent | 8cf291110f84d37f802bd8135deb6093855ee445 (diff) | |
download | CMake-11cff6ef6aaa51d4536750acdbd62aa13b285a29.zip CMake-11cff6ef6aaa51d4536750acdbd62aa13b285a29.tar.gz CMake-11cff6ef6aaa51d4536750acdbd62aa13b285a29.tar.bz2 |
updated rev
-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 a4ea424..b897137 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -44,7 +44,7 @@ public: * Return major and minor version numbers for cmake. */ static unsigned int GetMajorVersion() { return 1;} - static unsigned int GetMinorVersion() { return 3;} + static unsigned int GetMinorVersion() { return 5;} static const char *GetReleaseVersion() { return "development";} /** |