]> granicus.if.org Git - php/commitdiff
set the vc++ next name
authorAnatol Belski <ab@php.net>
Thu, 13 Nov 2014 07:17:39 +0000 (08:17 +0100)
committerAnatol Belski <ab@php.net>
Thu, 13 Nov 2014 07:18:40 +0000 (08:18 +0100)
win32/build/confutils.js

index 7489e052f8b64eb171e6db5aed718d3c77ff5c83..59a522c56bb2d85f1649a2ab189a8704da2f533d 100644 (file)
@@ -63,8 +63,7 @@ VC_VERSIONS[1500] = 'MSVC9 (Visual C++ 2008)';
 VC_VERSIONS[1600] = 'MSVC10 (Visual C++ 2010)';
 VC_VERSIONS[1700] = 'MSVC11 (Visual C++ 2012)';
 VC_VERSIONS[1800] = 'MSVC12 (Visual C++ 2013)';
-/* XXX update after the final rename */
-VC_VERSIONS[1900] = 'MSVC14 (Visual C++ CTP14)';
+VC_VERSIONS[1900] = 'MSVC14 (Visual C++ 2015)';
 
 var VC_VERSIONS_SHORT = new Array();
 VC_VERSIONS_SHORT[1200] = 'VC6';