diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2019-08-15 09:57:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2019-08-15 11:26:40 +0200 |
commit | b40039fee1ee0e8f3e0003fcdd6f234259690505 (patch) | |
tree | 1e9423595ea50fe54e27527e4ade2d6944237a2e /README.md | |
parent | 012f41201b7c1ae3072d94e58772ce23d58bdb61 (diff) |
Fix MSVC version in README.md
...to match configure.ac check from 206b8c4ae320d7d8614f21800d8f77fa29f8f5ff
"On Windows, check for at least Visual Studio 2017 version 15.7"
Change-Id: Ie78beb0a1d57aea590f3e73b9d4c45787d6531bf
Reviewed-on: https://gerrit.libreoffice.org/77488
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 6234096389c0..41a4a7fff9d6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ run and compile LibreOffice, also used by the TDF builds: * Windows: * Runtime: Windows 7 - * Build: Cygwin + Visual Studio 2017 + * Build: Cygwin + Visual Studio 2017 version 15.7 * macOS: * Runtime: 10.10 * Build: 10.13.2 + Xcode 9.3 |