summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-06-22 13:24:56 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-06-22 13:24:56 +0000
commit59f1403b9d847ee7b3de0537893e9e079fc18b8b (patch)
tree62130edff569158f50c3eb001293df424a517f09 /INSTALL
parentc4cae4f94931cfca6082cf6df2516d73d4e117e3 (diff)
downloadmpfr-59f1403b9d847ee7b3de0537893e9e079fc18b8b.tar.gz
Updated version to 3.1.0-dev.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6974 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 0c55b05b9..e45eda93a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -35,10 +35,10 @@ MPFR).
2. It is strongly advised to apply the latest patches (if this has
not been done yet), e.g.
- wget http://www.mpfr.org/mpfr-3.0.0/patches
+ wget http://www.mpfr.org/mpfr-3.1.0/patches
patch -N -Z -p1 < patches
or
- curl http://www.mpfr.org/mpfr-3.0.0/patches | patch -N -Z -p1
+ curl http://www.mpfr.org/mpfr-3.1.0/patches | patch -N -Z -p1
(Those instructions are for the GNU patch command, for example
/usr/bin/gpatch on Solaris.)
@@ -205,7 +205,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-3.0.0/>,
+ * the MPFR web page for this version <http://www.mpfr.org/mpfr-3.1.0/>,
which lists bugs found in this version and provides some patches.
If the "configure" fails, please check that the C compiler and its