mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
final name for vc14 isn't yet set
This commit is contained in:
parent
1b4e9c2713
commit
f5092bd304
1 changed files with 2 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue