summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-02 00:41:32 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-07-02 00:41:32 +0000
commitf6a3927825c1c59358a309592925e96faa25288d (patch)
tree3750cf93d0ed45d299c4f4df9711e135053039ac /INSTALL
parent3dd767b0ed73c3f8f67aade1a68465b0fe9efb01 (diff)
downloadmpfr-f6a3927825c1c59358a309592925e96faa25288d.tar.gz
Updated version to 2.4.0-dev.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4607 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 67b4de583..2e4a778e1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -13,10 +13,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-2.3.0/patches
+ wget http://www.mpfr.org/mpfr-2.4.0/patches
patch -N -Z -p1 < patches
or
- curl http://www.mpfr.org/mpfr-2.3.0/patches | patch -N -Z -p1
+ curl http://www.mpfr.org/mpfr-2.4.0/patches | patch -N -Z -p1
3. In the MPFR directory, to detect your system, type:
./configure
@@ -127,7 +127,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-2.3.0/>,
+ * the MPFR web page for this version <http://www.mpfr.org/mpfr-2.4.0/>,
which lists bugs found in this version and provides some patches.
If the "configure" fails, please check that the C compiler and its