Browse Source

Merge branch 'cmake-credits' into release

Brad King 11 years ago
parent
commit
687e0d6319
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmDocumentation.cxx

+ 1 - 1
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;
 }