[Cmake-commits] CMake branch, next, updated. v3.0.0-rc6-3495-gcb244c7

Brad King brad.king at kitware.com
Tue Jun 3 09:34:38 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  cb244c77a3dfac29a54149d1a218bdfb22188f6f (commit)
       via  889f2fd84c256c4dac113b9ac93c64ee8f2d713d (commit)
      from  a7b192c472ef7aef6125847863ce134607add393 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cb244c77a3dfac29a54149d1a218bdfb22188f6f
commit cb244c77a3dfac29a54149d1a218bdfb22188f6f
Merge: a7b192c 889f2fd
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 3 09:34:37 2014 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jun 3 09:34:37 2014 -0400

    Merge topic 'cmake-credits' into next
    
    889f2fd8 Simplify and clarify credit text and link


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=889f2fd84c256c4dac113b9ac93c64ee8f2d713d
commit 889f2fd84c256c4dac113b9ac93c64ee8f2d713d
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jun 3 09:34:38 2014 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jun 3 09:34:38 2014 -0400

    Simplify and clarify credit text and link
    
    Use the name "Kitware" rather than "Kitware, Inc." to simplify the text.
    Provide a CMake-specific URL.

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

-----------------------------------------------------------------------

Summary of changes:
 Source/cmDocumentation.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list