summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-20 01:52:21 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-12-20 01:52:21 +0000
commit365b869c65b4d62a0fd979f56881e098cc269eff (patch)
tree4fde17b9667a206b9432582f374ebcc221cd6543 /INSTALL
parent6ff14e1b49bc6493392032ef107a2e22fe7e7dd6 (diff)
downloadmpfr-365b869c65b4d62a0fd979f56881e098cc269eff.tar.gz
Updated version to 4.0.0-rc2 for an attempt to replace the 4.0 branch.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12023 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index fdabebd24..37fe7cd2a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -37,17 +37,17 @@ MPFR).
not been done yet and if patches are available. You can check
on the release page:
- http://www.mpfr.org/mpfr-4.1.0/
+ http://www.mpfr.org/mpfr-4.0.0/
which may have additional information. The patches can be applied
with commands like:
- wget http://www.mpfr.org/mpfr-4.1.0/allpatches
+ wget http://www.mpfr.org/mpfr-4.0.0/allpatches
patch -N -Z -p1 < allpatches
or
- curl http://www.mpfr.org/mpfr-4.1.0/allpatches | patch -N -Z -p1
+ curl http://www.mpfr.org/mpfr-4.0.0/allpatches | patch -N -Z -p1
(Those instructions are for the GNU patch command, for example
/usr/bin/gpatch on Solaris.)
@@ -363,7 +363,7 @@ Several documents may help you to solve the problem:
* the FAQ (either the FAQ.html file distributed with MPFR, or the
on-line version <http://www.mpfr.org/faq.html>, which may be more
up-to-date);
- * the MPFR web page for this version <http://www.mpfr.org/mpfr-4.1.0/>,
+ * the MPFR web page for this version <http://www.mpfr.org/mpfr-4.0.0/>,
which lists bugs found in this version and provides some patches.
If the "configure" fails, please check that the C compiler and its