From fc356a3122f1524f30d3f5beb760355795b06246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 10 Oct 2016 17:20:39 +0200 Subject: [PATCH] I never thought Markdown would be *this* fragile. Having `2015.` at beginning of a line treated is as a start of ordered list. WTF. --- README.md | 4 ++-- doc/building.dox | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14d7c0705..197edf772 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ Minimal dependencies -------------------- * C++ compiler with good C++11 support. Compilers which are tested to have - everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= - 2015. On Windows you can also use **MinGW-w64**. + everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= 2015. + On Windows you can also use **MinGW-w64**. * **CMake** >= 2.8.12 * **Corrade** - Plugin management and utility library. You can get it at https://github.com/mosra/corrade. diff --git a/doc/building.dox b/doc/building.dox index ae8ce2c9e..54ac96445 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -33,8 +33,8 @@ namespace Magnum { Minimal set of tools and libraries required for building is: - C++ compiler with good C++11 support. Compilers which are tested to have - everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= - 2015. On Windows you can also use **MinGW-w64**. + everything needed are **GCC** >= 4.7, **Clang** >= 3.1 and **MSVC** >= 2015. + On Windows you can also use **MinGW-w64**. - **CMake** >= 2.8.12 - **Corrade** - Plugin management and utility library. See @ref building-corrade "Corrade download and installation guide" for more