summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-08-10 02:19:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-08-10 02:19:57 +0000
commit0db3b2aa219482635c77b03f14aefd943d32ac4a (patch)
tree75586d37c95bc6032c11b05b915abdf9dabfb9d9 /INSTALL
parentfd2a6624d7eed33f7bcad4f67de02bc3cd1f66b8 (diff)
downloadmpfr-0db3b2aa219482635c77b03f14aefd943d32ac4a.tar.gz
Updated version to 2.4.0-dev.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4747 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