From 82978f895c3387284775c849d458348ecc5996c4 Mon Sep 17 00:00:00 2001 From: Rafael Ferreira da Silva Date: Sat, 16 Oct 2021 10:27:24 -0700 Subject: [PATCH] preparing release 1.10 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f12e3498d1..a5580898f9 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ WRENCH is fully developed in C++. The code follows the **C++14** standard, and t older compilers tend to fail the compilation process. Therefore, we strongly recommend users to satisfy the following requirements: -- **CMake** - version 3.5 or higher +- **CMake** - version 3.7 or higher And, one of the following: -- **g++** - version 5.4 or higher +- **g++** - version 6.3 or higher - **clang** - version 3.8 or higher ## Dependencies