aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/installation.rst2
-rw-r--r--manual/release-notes.rst5
2 files changed, 6 insertions, 1 deletions
diff --git a/manual/installation.rst b/manual/installation.rst
index 9a13b3ab..7b57ef2a 100644
--- a/manual/installation.rst
+++ b/manual/installation.rst
@@ -16,7 +16,7 @@ need to build qpdf in various circumstances.
Basic Dependencies
~~~~~~~~~~~~~~~~~~
-- A C++ compiler that supports C++-14
+- A C++ compiler that supports C++-17
- `CMake <https://www.cmake.org>`__ version 3.16 or later
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index d3e010d3..38460f01 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -8,6 +8,11 @@ For a detailed list of changes, please see the file
.. x.y.z: not yet released
+11.2.0: not yet released
+ - Build changes
+
+ - A C++-17 compiler is now required.
+
11.1.1: October 1, 2022
- Bug fixes