Skip to content

Commit 8ddf215

Browse files
committed
update to 11.14 (preview)
1 parent 75ebf08 commit 8ddf215

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/overview/compiler-versions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: "Learn more about Microsoft Visual C++ compiler versioning."
33
title: "Microsoft Visual C++ compiler versioning (Visual C++)"
4-
ms.date: 02/13/2024
4+
ms.date: 02/11/2025
55
ms.service: "visual-cpp"
66
ms.subservice: "tools"
77
helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]
@@ -120,6 +120,10 @@ The following table lists the Visual C++ compiler `_MSC_VER` for each Visual Stu
120120
| Visual Studio 2022 version 17.8 | 1938 |
121121
| Visual Studio 2022 version 17.9 | 1939 |
122122
| Visual Studio 2022 version 17.10 | 1940 |
123+
| Visual Studio 2022 version 17.11 | 1941 |
124+
| Visual Studio 2022 version 17.12 | 1942 |
125+
| Visual Studio 2022 version 17.13 | 1943 |
126+
| Visual Studio 2022 version 17.14 (Preview) | 1944 |
123127

124128
<sup>a</sup> Visual Studio 2019 16.8 and 16.9 share the same major and minor versions (and so have the same value for `_MSC_VER`). To distinguish them, use `_MSC_FULL_VER`. The minimum value of `_MSC_FULL_VER` for Visual Studio 2019 16.8 is 192829333. The minimum value of `_MSC_FULL_VER` for Visual Studio 2019 16.9 is 192829910.
125129

0 commit comments

Comments
 (0)