diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-13 08:34:01 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-02-13 08:34:01 +0000 |
commit | dd0345aeaa21e5517f004c21c30a648268248b1a (patch) | |
tree | 20a27ef0da47fee26fce0abcf88743caf50fc9a2 /package/mpfr | |
parent | 5373ea118d842866b84b7c661dba444584e5314a (diff) |
mpfr: bump version
Diffstat (limited to 'package/mpfr')
-rw-r--r-- | package/mpfr/mpfr.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk index 6c7fd2ec3..f691a2aac 100644 --- a/package/mpfr/mpfr.mk +++ b/package/mpfr/mpfr.mk @@ -3,7 +3,7 @@ # mpfr # ############################################################# -MPFR_VERSION:=2.3.2 +MPFR_VERSION:=2.4.0 #MPFR_PATCH:=patches MPFR_PATCH_FILE:=mpfr-$(MPFR_VERSION).patch MPFR_SOURCE:=mpfr-$(MPFR_VERSION).tar.bz2 @@ -13,7 +13,7 @@ MPFR_DIR:=$(TOOL_BUILD_DIR)/mpfr-$(MPFR_VERSION) MPFR_TARGET_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION) MPFR_BINARY:=libmpfr$(LIBTGTEXT) MPFR_HOST_BINARY:=libmpfr$(HOST_LIBEXT) -MPFR_LIBVERSION:=1.1.2 +MPFR_LIBVERSION:=1.2.0 # need patch ifneq ($(MPFR_PATCH),) |