summaryrefslogtreecommitdiffstats
path: root/COMPILING.md
diff options
context:
space:
mode:
Diffstat (limited to 'COMPILING.md')
-rw-r--r--COMPILING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/COMPILING.md b/COMPILING.md
index 7ed7c7efc..4c6826f7e 100644
--- a/COMPILING.md
+++ b/COMPILING.md
@@ -77,7 +77,7 @@ Install git, make, cmake and clang (or gcc), using your platform's package manag
```
sudo apt-get install git make cmake clang
```
-Ensure that you have modern C++ compiler and linker (Clang 3.4+, GCC 4.8+, or VS 2013+).
+Ensure that you have modern C++ compiler and linker (Clang 3.5+, GCC 4.8+, or VS 2013+).
### Getting the Source