From e7dcb4aca54aebd752aee0d9dd5f185e42444d1a Mon Sep 17 00:00:00 2001 From: Brad Harding Date: Wed, 4 Dec 2024 16:17:55 +1100 Subject: [PATCH] Update to Visual Studio v17.12.3 --- msvc/doomretro.sln | 2 +- msvc/doomretro.vcxproj | 2 +- releasenotes.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/msvc/doomretro.sln b/msvc/doomretro.sln index 45cdeed8d..f32deed61 100644 --- a/msvc/doomretro.sln +++ b/msvc/doomretro.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 -VisualStudioVersion = 17.12.35521.163 +VisualStudioVersion = 17.12.35527.113 MinimumVisualStudioVersion = 17.0.31903.59 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doomretro", "doomretro.vcxproj", "{8B744A3B-8F18-41A0-85A3-293816E85B6E}" EndProject diff --git a/msvc/doomretro.vcxproj b/msvc/doomretro.vcxproj index 7ed6b2b4b..332bf3004 100644 --- a/msvc/doomretro.vcxproj +++ b/msvc/doomretro.vcxproj @@ -71,7 +71,7 @@ - <_ProjectFileVersion>17.12.35521.163 + <_ProjectFileVersion>17.12.35527.113 $(SolutionDir)$(Configuration)\ $(SolutionDir)$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ diff --git a/releasenotes.md b/releasenotes.md index a712277e4..e84577b3b 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -2,7 +2,7 @@ ### DOOM Retro v5.6 -* *DOOM Retro* is now built using v17.12.2 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/). +* *DOOM Retro* is now built using v17.12.3 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/). * *DOOM Retro* now uses [*SDL v2.30.9*](https://github.com/libsdl-org/SDL/releases/tag/release-2.30.9). * Several changes have been made to further improve the overall performance and stability of *DOOM Retro*. * Minor changes have been made to text that is output to the console.