summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rw-r--r--doc/mpc.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 0d35ca0..6e0d2a8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,7 +6,7 @@ in the Texinfo documentation (type 'info mpc.info').
0. You first need to install GMP and MPFR. See <http://gmplib.org/>
and <http://www.mpfr.org>.
- MPC requires GMP version 4.2 or later and MPFR version 2.3.1 or later.
+ MPC requires GMP version 4.1.3 or later and MPFR version 2.3.1 or later.
1. In the directory of the MPC archive, type
diff --git a/doc/mpc.texi b/doc/mpc.texi
index ee7763d..8522db8 100644
--- a/doc/mpc.texi
+++ b/doc/mpc.texi
@@ -165,7 +165,7 @@ probably a good idea to skim through it.
@chapter Installing MPC
@cindex Installation
-To build MPC, you first have to install GNU MP (version 4.2.2 or higher) and
+To build MPC, you first have to install GNU MP (version 4.1.3 or higher) and
GNU MPFR (version 2.3.1 or higher) on your computer. You need a C compiler,
preferably GCC, but any reasonable compiler should work. And you need a
standard Unix @samp{make} program, plus some other standard Unix utility