[Cmake-commits] CMake branch, next, updated. v3.8.0-rc2-419-g2b55bd9a

Kitware Robot kwrobot at kitware.com
Wed Mar 8 14:35:01 EST 2017


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  2b55bd9af89f57916a246970cc13045cadae77a7 (commit)
       via  66542b663645ffdde8481c1ad60e11fd14c2ccb6 (commit)
      from  23265c68ac4171ed33a3a7e8d13378ac0d0f6e5d (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2b55bd9af89f57916a246970cc13045cadae77a7
commit 2b55bd9af89f57916a246970cc13045cadae77a7
Merge: 23265c6 66542b6
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Wed Mar 8 19:33:34 2017 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Wed Mar 8 14:33:38 2017 -0500

    Stage topic 'doc-vs15-MSVC_VERSION'
    
    Topic-id: 22943
    Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/567


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=66542b663645ffdde8481c1ad60e11fd14c2ccb6
commit 66542b663645ffdde8481c1ad60e11fd14c2ccb6
Author:     Wojciech Mamrak <wmamrak at gmail.com>
AuthorDate: Wed Mar 8 19:35:28 2017 +0100
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Wed Mar 8 14:30:38 2017 -0500

    Help: Update MSVC_VERSION for Visual Studio 2017
    
    The value we documented was left from a preview that still used `v140`
    tools.  Update it to match the `v141` tools distributed with the final
    release.

diff --git a/Help/variable/MSVC_VERSION.rst b/Help/variable/MSVC_VERSION.rst
index e2aff3c..8932147 100644
--- a/Help/variable/MSVC_VERSION.rst
+++ b/Help/variable/MSVC_VERSION.rst
@@ -13,4 +13,5 @@ Known version numbers are::
   1600 = VS 10.0
   1700 = VS 11.0
   1800 = VS 12.0
-  1900 = VS 14.0, 15.0
+  1900 = VS 14.0
+  1910 = VS 15.0

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

Summary of changes:
 Help/variable/MSVC_VERSION.rst |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list