From 9a2b10e53ee1665e75c20d4ca6ada3c6c4c9c20c Mon Sep 17 00:00:00 2001 From: Brad Harding Date: Wed, 11 Oct 2023 16:29:38 +1100 Subject: [PATCH] Update to Visual Studio v17.7.5 --- msvc/doomretro.sln | 2 +- releasenotes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/msvc/doomretro.sln b/msvc/doomretro.sln index f166f56388..2058a6d1f8 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.7.34031.279 +VisualStudioVersion = 17.7.34202.233 MinimumVisualStudioVersion = 17.0.31903.59 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doomretro", "doomretro.vcxproj", "{8B744A3B-8F18-41A0-85A3-293816E85B6E}" EndProject diff --git a/releasenotes.md b/releasenotes.md index aef6ee7009..502e3ba52d 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -2,6 +2,7 @@ ### DOOM Retro v5.0.6 +* *DOOM Retro* is now built using v17.7.5 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/). * If *DOOM Retro* crashes with an error, the player can now report it by clicking on the `Report` button in the dialog box that appears. * Minor changes have been made to text that is output to the console. * The ALT key can no longer be used to open the menu from the title screen.