summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-12 11:41:27 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-12 11:41:27 +0000
commit10906692a27c3706d914f342a1d50b0b75da8e4c (patch)
tree95994df8417d305a6e808ae87f6080e660e1d2ee /INSTALL
parentdea4f8dc85399829197d31d1548e6bdd8850f58a (diff)
downloadmpfr-10906692a27c3706d914f342a1d50b0b75da8e4c.tar.gz
Updated version to 4.2.0-dev.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13992 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 f1b6a5ccc..e3966bcaa 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:
- https://www.mpfr.org/mpfr-4.1.0/
+ https://www.mpfr.org/mpfr-4.2.0/
which may have additional information. The patches can be applied
with commands like:
- wget https://www.mpfr.org/mpfr-4.1.0/allpatches
+ wget https://www.mpfr.org/mpfr-4.2.0/allpatches
patch -N -Z -p1 < allpatches
or
- curl https://www.mpfr.org/mpfr-4.1.0/allpatches | patch -N -Z -p1
+ curl https://www.mpfr.org/mpfr-4.2.0/allpatches | patch -N -Z -p1
(Those instructions are for the GNU patch command, for example
/usr/bin/gpatch on Solaris.)
@@ -387,7 +387,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 <https://www.mpfr.org/faq.html>, which may be more
up-to-date);
- * the MPFR web page for this version <https://www.mpfr.org/mpfr-4.1.0/>,
+ * the MPFR web page for this version <https://www.mpfr.org/mpfr-4.2.0/>,
which lists bugs found in this version and provides some patches.
If the "configure" fails, please check that the C compiler and its