summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-03-28 22:53:59 +0100
committerLudovic Courtès <ludo@gnu.org>2013-03-28 22:53:59 +0100
commit465ff50245e0f5deb26612ac7401b51c415deeb0 (patch)
treefa04757c5556c187b0f02f4e1bca2d8f2dfca036 /README
parent2a7d614cc0bc902895cdb873590e8a24cf680368 (diff)
build: Require GMP >= 4.2.
* NEWS, README: Update.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 31fdb80ca..480ef66c1 100644
--- a/README
+++ b/README
@@ -62,7 +62,7 @@ Required External Packages ================================================
Guile requires the following external packages:
- - GNU MP, at least version 4.1
+ - GNU MP, at least version 4.2
GNU MP is used for bignum arithmetic. It is available from
http://gmplib.org/ .