diff --git a/msvc/doomretro.sln b/msvc/doomretro.sln index 2559ac09b..b22af0f97 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.35707.178 +VisualStudioVersion = 17.13.35806.99 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 a87cfa948..67db85219 100644 --- a/msvc/doomretro.vcxproj +++ b/msvc/doomretro.vcxproj @@ -71,7 +71,7 @@ - <_ProjectFileVersion>17.12.35707.178 + <_ProjectFileVersion>17.13.35806.99 $(SolutionDir)$(Configuration)\ $(SolutionDir)$(Configuration)\ $(SolutionDir)$(Platform)\$(Configuration)\ diff --git a/releasenotes.md b/releasenotes.md index 7f9b45620..dd20f4b59 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -2,6 +2,7 @@ ### DOOM Retro v5.6.3 +* *DOOM Retro* is now built using v17.13.0 of [*Microsoft Visual Studio Community 2022*](https://visualstudio.microsoft.com/vs/community/). * *DOOM Retro* now uses [*SDL v2.32.0*](https://github.com/libsdl-org/SDL/releases/tag/release-2.32.0), [*SDL_mixer v2.8.1*](https://github.com/libsdl-org/SDL_mixer/releases/tag/release-2.8.1) and [*SDL_image v2.8.5*](https://github.com/libsdl-org/SDL_image/releases/tag/release-2.8.5). * 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.