Skip to content

Commit 80f38c8

Browse files
Merge pull request #5784 from TylerMSFT/version
remove preview
2 parents 0fefbdf + 7444714 commit 80f38c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/overview/compiler-versions.md

Lines changed: 2 additions & 2 deletions
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/11/2025
4+
ms.date: 02/12/2025
55
ms.service: "visual-cpp"
66
ms.subservice: "tools"
77
helpviewer_keywords: ["Visual C++, platforms supported", "platforms [C++]"]
@@ -123,7 +123,7 @@ The following table lists the Visual C++ compiler `_MSC_VER` for each Visual Stu
123123
| Visual Studio 2022 version 17.11 | 1941 |
124124
| Visual Studio 2022 version 17.12 | 1942 |
125125
| Visual Studio 2022 version 17.13 | 1943 |
126-
| Visual Studio 2022 version 17.14 (Preview) | 1944 |
126+
| Visual Studio 2022 version 17.14 | 1944 |
127127

128128
<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.
129129

0 commit comments

Comments
 (0)