summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-02-26 17:25:26 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-02-26 17:25:26 +0000
commit782cd53f560eb9be24682a9e4fb30f78cc95df0b (patch)
treef7cfd4f1e1be145706d3ce2850d2471be18dc78c /INSTALL
parenta65e31201a6b04c3a1ab547af1d0fb47524fa410 (diff)
downloadmpfr-782cd53f560eb9be24682a9e4fb30f78cc95df0b.tar.gz
Updated version to 3.0.0-dev.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6031 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 a59cab167..e0a92a62c 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.5.0/patches
+ wget http://www.mpfr.org/mpfr-3.0.0/patches
patch -N -Z -p1 < patches
or
- curl http://www.mpfr.org/mpfr-2.5.0/patches | patch -N -Z -p1
+ curl http://www.mpfr.org/mpfr-3.0.0/patches | patch -N -Z -p1
3. In the MPFR directory, to detect your system, type:
./configure
@@ -154,7 +154,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.5.0/>,
+ * the MPFR web page for this version <http://www.mpfr.org/mpfr-3.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