From 2637cf451925f105f5bf489db59a5ecb9cae11aa Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 10 Sep 2018 07:41:05 -0600 Subject: [PATCH] fix INSTALL.txt to claim that VS 2017 works Relevant to #2259 --- INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.txt b/INSTALL.txt index 694bee6dab..86f979cc17 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -65,7 +65,7 @@ On Unix (including Linux) and Mac OS, `make` (or `make in-place`) creates a build in the "racket" directory. On Windows with Microsoft Visual Studio (any version between 2008/9.0 -and 2015/14.0), `nmake win32-in-place` creates a build in the "racket" +and 2017/15.0), `nmake win32-in-place` creates a build in the "racket" directory. For information on configuring your command-line environment for Visual Studio, see "racket/src/worksp/README".