From 5f063dd752dd286b38c629ababe56f866806b1cf Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Sun, 9 Dec 2018 23:36:11 -0500 Subject: [PATCH] docs: tested with GCC 6.3.0 Update the list of compiler versions tested. Signed-off-by: Zygo Blaxell --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 612b6ba..bd64c3d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -4,7 +4,7 @@ Building bees Dependencies ------------ -* C++11 compiler (tested with GCC 4.9, 6.2.0, 8.1.0) +* C++11 compiler (tested with GCC 4.9, 6.3.0, 8.1.0) Sorry. I really like closures and shared_ptr, so support for earlier compiler versions is unlikely.