diff --git a/sys/windows/Makefile.nmake b/sys/windows/Makefile.nmake index 036710093..aa713f1c7 100644 --- a/sys/windows/Makefile.nmake +++ b/sys/windows/Makefile.nmake @@ -8,8 +8,8 @@ # MS Visual Studio Visual C++ compiler # # Visual Studio Compilers Tested: -# - Microsoft Visual Studio Community 2022 v 17.14.24 -# - Microsoft Visual Studio Community 2026 v 18.2.0 +# - Microsoft Visual Studio Community 2022 v 17.14.25 +# - Microsoft Visual Studio Community 2026 v 18.2.1 # #============================================================================== # This is used for building two distinct executables of NetHack: @@ -1189,7 +1189,7 @@ rc=Rc.exe # # Recently tested versions: TESTEDVS2022 = 14.44.35222.0 -TESTEDVS2026 = 14.50.35722.0 +TESTEDVS2026 = 14.50.35723.0 VS20261ST = 1450000000 VS2026CUR = $(TESTEDVS2026:.=)