From: Anatol Belski Date: Thu, 13 Nov 2014 07:17:39 +0000 (+0100) Subject: set the vc++ next name X-Git-Tag: PRE_NATIVE_TLS_MERGE~130^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8644f4624cfcf95dc71005b37b7102e2c96f2466;p=php set the vc++ next name --- diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 7489e052f8..59a522c56b 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -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';