diff --git a/README.md b/README.md
index 29fc0c44..430e595e 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ WindFlow is a header-only template library. To build your applications you have
make all_gpu -j<#cores> # compile only GPU tests
make docs # generate the doxygen documentation
```
-All the examples compile with gcc at least version 7.2 (with full support to C++17). The examples for GPU need CUDA at least version 9.0 with support for C++14 (C++17 is not currently supported by CUDA).
+All the examples compile with gcc at least version 7.5.0 (with full support to C++17). The examples for GPU need CUDA at least version 9.0 with support for C++14 (C++17 is not currently supported by CUDA).
# Contributors
The main developer and maintainer of WindFlow is [Gabriele Mencagli](mailto:mencagli@di.unipi.it) (Department of Computer Science, University of Pisa, Italy).