diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index afb9108cc..2cd87415b 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -8,7 +8,7 @@ # MS Visual Studio Visual C++ compiler # # Visual Studio Compilers Tested: -# - Microsoft Visual Studio 2022 Community Edition v 17.14.15 +# - Microsoft Visual Studio 2022 Community Edition v 17.14.18 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1179,7 +1179,7 @@ rc=Rc.exe # Recently tested versions: TESTEDVS2022 = 14.44.35217.0 # Other versions: -TESTEDVS2026 = 14.50.35503.0 +TESTEDVS2026 = 14.50.35717.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)