From: Anatol Belski Date: Thu, 6 Nov 2014 12:50:19 +0000 (+0100) Subject: final name for vc14 isn't yet set X-Git-Tag: PRE_PHP7_REMOVALS~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5092bd304b481da45de95e3b25a96fa6b05bc29;p=php final name for vc14 isn't yet set --- diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 893b3cf301..e40a8e2a10 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -49,7 +49,8 @@ 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)'; -VC_VERSIONS[1900] = 'MSVC14 (Visual C++ 2014)'; +/* XXX update after the final rename */ +VC_VERSIONS[1900] = 'MSVC14 (Visual C++ CTP14)'; var VC_VERSIONS_SHORT = new Array(); VC_VERSIONS_SHORT[1200] = 'VC6';