summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2018-02-01 19:32:26 -0500
committerHubert Figuière <hub@figuiere.net>2018-02-02 10:06:47 -0500
commitb27c715d30529f470839403ed01df2a7bb5d4b07 (patch)
tree3cd02046e5ca02ef6eea795c8743af331d1b58e9
parentcce5610681b2ddd46c1a521986f79fffff002b33 (diff)
2.4.x: Bug 104885 - Adjust minimum gcc version in doc to be 4.6.0
-rw-r--r--NEWS1
-rw-r--r--README2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e0a86e0..44b581f 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,7 @@ Internal:
- Bug #102197: Properly initialize pointers in WEBP.
- Bug #102151: Fix and infinite loop in RIFF parser.
+- Bug #104885: Adjust minimum version for gcc in documentation.
2.4.3 - 2017/08/03
diff --git a/README b/README
index 743df57..97a8f53 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ GNU automake.
It includes XMPCore and XMPFiles, libexempi, a C-based API and exempi
a command line tool.
-It require at least the gcc 4.4.7 C++ compiler or clang++ with some
+It require at least the gcc 4.6.0 C++ compiler or clang++ with some
support for C++11.
It is maintained by Hubert Figuiere <hub@figuiere.net>