]> granicus.if.org Git - nethack/commitdiff
update tested versions of Visual Studio 2023-02-21
authornhmall <nhmall@nethack.org>
Wed, 22 Feb 2023 04:51:02 +0000 (23:51 -0500)
committernhmall <nhmall@nethack.org>
Wed, 22 Feb 2023 04:51:02 +0000 (23:51 -0500)
sys/windows/Makefile.nmake

index 68ae34700ea4d57b39ede358699647c8710c7f19..e3ab6fe5247c493d842ef78aa613ab1e2b0059d9 100644 (file)
@@ -8,9 +8,9 @@
 #       MS Visual Studio Visual C++ compiler
 #
 #       Visual Studio Compilers Tested:
-#            - Microsoft Visual Studio 2017 Community Edition v 15.9.51
-#            - Microsoft Visual Studio 2019 Community Edition v 16.11.22
-#            - Microsoft Visual Studio 2022 Community Edition v 17.4.3
+#            - Microsoft Visual Studio 2017 Community Edition v 15.9.52
+#            - Microsoft Visual Studio 2019 Community Edition v 16.11.24
+#            - Microsoft Visual Studio 2022 Community Edition v 17.5.0
 #
 #==============================================================================
 #   This is used for building two distinct executables of NetHack:
@@ -872,9 +872,9 @@ rc=Rc.exe
 # is too old or untested.
 #
 # Recently tested versions:
-TESTEDVS2017 = 14.16.27048.0
-TESTEDVS2019 = 14.29.30147.0
-TESTEDVS2022 = 14.34.31937.0
+TESTEDVS2017 = 14.16.27049.0
+TESTEDVS2019 = 14.29.30148.0
+TESTEDVS2022 = 14.35.32215.0
 
 VS2017CUR = $(TESTEDVS2017:.=)
 VS2019CUR = $(TESTEDVS2019:.=)