summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2018-01-11 11:39:46 +0100
committerAndreas Enge <andreas.enge@inria.fr>2018-01-11 11:44:43 +0100
commitdd396950d6509b54766fe7826440e581e018402a (patch)
tree9592830aec98695d6b09cd811f685a199566c6bb
parentfc7e1fcb28eb7b009361bf5c4c6493a28419785e (diff)
downloadmpc-git-dd396950d6509b54766fe7826440e581e018402a.tar.gz
Correct the minimal GMP version in documentation.
* INSTALL, doc/mpc.texi: Raise the minimal GMP version to 5.0.0.
-rw-r--r--INSTALL2
-rw-r--r--doc/mpc.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 942bf1f..5a2bcaf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -14,7 +14,7 @@ This is for the impatient, for deeper explanations see the chapter
0. You first need to install GMP, the GNU Multiprecision Arithmetic Library,
see <http://gmplib.org/>, and GNU MPFR, see <http://www.mpfr.org>.
- GNU MPC requires GMP version 4.3.2 or later
+ GNU MPC requires GMP version 5.0.0 or later
and GNU MPFR version 3.0.0 or later.
1. In the directory of the GNU MPC archive, type
diff --git a/doc/mpc.texi b/doc/mpc.texi
index 7e77223..44252bd 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -4,7 +4,7 @@
@settitle GNU MPC @value{VERSION}
@synindex tp fn
-@set MINGMP 4.3.2
+@set MINGMP 5.0.0
@set MINMPFR 3.0.0
@set AUTHORS Andreas Enge, Philippe Th@'eveny, Paul Zimmermann