From 499bca701593d8ed4ba4459507774932b41729de Mon Sep 17 00:00:00 2001 From: Brad Harding Date: Wed, 29 Nov 2023 17:29:40 +1100 Subject: [PATCH] Update to Visual Studio v17.8.2 --- msvc/doomretro.sln | 2 +- releasenotes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/msvc/doomretro.sln b/msvc/doomretro.sln index 664be0e8c..dd63b1bb5 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.8.34316.72 +VisualStudioVersion = 17.8.34322.80 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 edc98ea4b..3d1ff4762 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -2,7 +2,7 @@ ### DOOM Retro v5.1 -* *DOOM Retro* is now built using v17.8.1 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/). +* *DOOM Retro* is now built using v17.8.2 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/). * *DOOM Retro* now uses [*SDL v2.28.5*](https://github.com/libsdl-org/SDL/releases/tag/release-2.28.5). * Support has been added for John Romero’s newly released [*SIGIL II*](https://romero.com/sigil). * Several changes have been made to text that is output to the console.