aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-03-04 06:42:56 -0500
committerJack Lloyd <[email protected]>2018-03-04 06:43:57 -0500
commit12bf67fee9ae4ec96605a9656beadebbcad83e84 (patch)
treebe6a5c694366ed46218618121c3d3ab782722e4d /doc
parentc563f15c6fe7327c27a8f988e66dcf20ff23a523 (diff)
Mention MSVC 2017
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/support.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/manual/support.rst b/doc/manual/support.rst
index 5ba4d0612..209f0d6c7 100644
--- a/doc/manual/support.rst
+++ b/doc/manual/support.rst
@@ -10,7 +10,7 @@ For Botan 2, the tier-1 supported platforms are
* Linux x86-64, Clang 3.5 or higher
* Linux aarch64, GCC 4.8+
* Linux ppc64le, GCC 4.8+
-* Windows x86-64, Visual C++ 2013 and 2015
+* Windows x86-64, Visual C++ 2015 and 2017
These platforms are all tested by continuous integration, and the developers
have access to hardware in order to test patches. Problems affecting these
@@ -26,6 +26,7 @@ For Botan 2, the tier-2 supported platforms are
* Android arm32, NDK Clang
* FreeBSD x86-64, Clang 3.8+
* IncludeOS x86-32, Clang 3.8+
+* Windows x86-64, Visual C++ 2013
Some (but not all) of the tier-2 platforms are tested by CI. Things should
mostly work, and if problems are encountered, the Botan devs will probably be