diff options
author | Brad King <brad.king@kitware.com> | 2014-06-03 13:35:02 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-06-03 13:35:02 (GMT) |
commit | aacbe0c3f6ca151123037985dd520010d723ac87 (patch) | |
tree | 480e157235c44b2d97aec82c8f255e9d86829d4f /Source/cmDocumentation.cxx | |
parent | 54d322eb8295b3d95e1fb41173b16fdf7c10f860 (diff) | |
parent | 889f2fd84c256c4dac113b9ac93c64ee8f2d713d (diff) | |
download | CMake-aacbe0c3f6ca151123037985dd520010d723ac87.zip CMake-aacbe0c3f6ca151123037985dd520010d723ac87.tar.gz CMake-aacbe0c3f6ca151123037985dd520010d723ac87.tar.bz2 |
Merge topic 'cmake-credits'
889f2fd8 Simplify and clarify credit text and link
Diffstat (limited to 'Source/cmDocumentation.cxx')
-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 71e53f4..8d035af 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; } |