summaryrefslogtreecommitdiffstats
path: root/package/mpfr
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-08-31 16:30:22 +0200
committerBernhard Reutner-Fischer2007-08-31 16:30:22 +0200
commit0a157d2f05fdbdbfc173405c87a9f8796afe9bf8 (patch)
tree4ec0a8375c1695f00e393d186d544582aeea17ac /package/mpfr
parent- make sure that the path for the lzma-host-binary exist (diff)
downloadbuildroot-0a157d2f05fdbdbfc173405c87a9f8796afe9bf8.tar.gz
buildroot-0a157d2f05fdbdbfc173405c87a9f8796afe9bf8.tar.xz
buildroot-0a157d2f05fdbdbfc173405c87a9f8796afe9bf8.zip
- bump version
Diffstat (limited to 'package/mpfr')
-rw-r--r--package/mpfr/mpfr.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index 8bf405403..c608906e3 100644
--- a/package/mpfr/mpfr.mk
+++ b/package/mpfr/mpfr.mk
@@ -3,8 +3,8 @@
# mpfr
#
#############################################################
-MPFR_VERSION:=2.2.1
-MPFR_PATCH:=patches
+MPFR_VERSION:=2.3.0
+#MPFR_PATCH:=patches
MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch
MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2
MPFR_CAT:=$(BZCAT)