summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-07-04 09:30:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-07-04 09:30:08 +0000
commit2c27251fbdf68c3042a8f17f65ecaa3b26979efe (patch)
tree35629e5025b207eea7d6fb7ec018bf5f98c88516 /INSTALL
parentf4b07b82e3a7e80cb4a9b7c6ebace49895f5c4cd (diff)
downloadmpfr-2c27251fbdf68c3042a8f17f65ecaa3b26979efe.tar.gz
Updated version to 3.1.2-dev.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8318 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 0f6f1c155..acd9eaca1 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.1.1/allpatches
+ wget http://www.mpfr.org/mpfr-3.1.2/allpatches
patch -N -Z -p1 < allpatches
or
- curl http://www.mpfr.org/mpfr-3.1.1/allpatches | patch -N -Z -p1
+ curl http://www.mpfr.org/mpfr-3.1.2/allpatches | patch -N -Z -p1
(Those instructions are for the GNU patch command, for example
/usr/bin/gpatch on Solaris.)
@@ -321,7 +321,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.1.1/>,
+ * the MPFR web page for this version <http://www.mpfr.org/mpfr-3.1.2/>,
which lists bugs found in this version and provides some patches.
If the "configure" fails, please check that the C compiler and its