diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index c76201a4f..2d92eb582 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -9,7 +9,7 @@ # # Visual Studio Compilers Tested: # - Microsoft Visual Studio 2019 Community Edition v 16.11.42 -# - Microsoft Visual Studio 2022 Community Edition v 17.14.12 +# - Microsoft Visual Studio 2022 Community Edition v 17.14.13 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1179,8 +1179,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2019 = 14.29.30157.0 -TESTEDVS2022 = 14.44.35213.0 -TESTEDVS2022 = 14.44.35214.0 +TESTEDVS2022 = 14.44.35215.0 VS2019CUR = $(TESTEDVS2019:.=) VS2022CUR = $(TESTEDVS2022:.=)