diff options
author | Brad King <brad.king@kitware.com> | 2014-06-03 13:36:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-06-03 13:36:16 (GMT) |
commit | 687e0d6319ef666345620eb24e8916b272610e51 (patch) | |
tree | 465b7736255ae54a8b6213b1e14edaa7ac677eef | |
parent | 922f47979afd8bee43f6810c53146aa6d34b44ab (diff) | |
parent | 889f2fd84c256c4dac113b9ac93c64ee8f2d713d (diff) | |
download | CMake-687e0d6319ef666345620eb24e8916b272610e51.zip CMake-687e0d6319ef666345620eb24e8916b272610e51.tar.gz CMake-687e0d6319ef666345620eb24e8916b272610e51.tar.bz2 |
Merge branch 'cmake-credits' into release
-rw-r--r-- | Source/cmDocumentation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmDocumentation.cxx b/Source/cmDocumentation.cxx index 5be4d5c..9df1e79 100644 --- a/Source/cmDocumentation.cxx +++ b/Source/cmDocumentation.cxx @@ -102,7 +102,7 @@ bool cmDocumentation::PrintVersion(std::ostream& os) this->GetNameString() << " version " << cmVersion::GetCMakeVersion() << "\n" "\n" - "CMake suite maintained by Kitware, Inc. (kitware.com).\n" + "CMake suite maintained and supported by Kitware (kitware.com/cmake).\n" ; return true; } |