From 3523f11d36caf2ffe4acffe2e9fb15775cec8112 Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Wed, 21 Aug 2019 15:14:27 +0300 Subject: [PATCH] Update README.md: fix MS VS version requirement VS2013 is unsupported since https://github.com/google/benchmark/pull/691 / https://github.com/google/benchmark/commit/eb8cbec0776455463274ea9947ab0ecfe0f768fe but i forgot to update docs. References: * https://github.com/google/benchmark/issues/689 * https://github.com/google/benchmark/pull/691 * https://github.com/google/googletest/pull/1815 * https://github.com/google/benchmark/issues/853 * https://github.com/google/benchmark/pull/854 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebbbf158..e9fbe130 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The following minimum versions are required to build the library: * GCC 4.8 * Clang 3.4 -* Visual Studio 2013 +* Visual Studio 14 2015 * Intel 2015 Update 1 ## Installation