diff --git a/CONTRIBUTING b/CONTRIBUTING
index 9f653f94..eb3f236f 100644
--- a/CONTRIBUTING
+++ b/CONTRIBUTING
@@ -248,8 +248,8 @@ please, stick to and mimic what is already in there for the sake of
 consistency at very least.  Just for history, it's derived from the
 style of the C++ standard library from the GNU project.
 
-As of libabigail 2.0, the language we use is C++ 11.  The level
-supported is the one supported by the GCC 4.8.x series of compilers.
+As of libabigail 2.8, the language we use is C++ 14.  The level
+supported is the one supported by the GCC 5.x series of compilers.
 This should be old and well tested enough to be supported by your
 current favorite compiler.
 
@@ -258,13 +258,13 @@ TR1 extensions.  That heritage is well visible in the code base as it
 is today.
 
 Please do not rush and send gazillions of patches that just re-write
-tons of code into your favorite C++ 11 flavour du jour.  We will
+tons of code into your favorite C++ 14 flavour du jour.  We will
 likely reject those patches.  We want to keep the history of the code
 base in such a way that tools like "git blame <sourcefile> are still
 useful.
 
 So we'll accept patches changing parts of the code base to more recent
-C++ 11 constructs only if you happen to add functionality or fix
+C++ 14 constructs only if you happen to add functionality or fix
 things in that area.  If it makes "cultural common" sense to adopt
 those constructs.  What I mean by "cultural" is that must make sense
 in relative to the culture of the project.  And yes, that is
