From: Bernhard Reutner-Fischer Date: Thu, 21 Dec 2006 17:20:42 +0000 (-0000) Subject: - forgot to bump the libversion X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=584402fd02068d4bc551049eb9c11b81578a7381;p=buildroot.git - forgot to bump the libversion --- diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk index 1541a0f9b9..d568550050 100644 --- a/package/mpfr/mpfr.mk +++ b/package/mpfr/mpfr.mk @@ -10,7 +10,7 @@ MPFR_CAT:=$(BZCAT) MPFR_SITE:=http://www.mpfr.org/mpfr-current/ MPFR_DIR:=$(BUILD_DIR)/mpfr-$(MPFR_VERSION) MPFR_BINARY:=libmpfr.a -MPFR_LIBVERSION:=1.0.0 +MPFR_LIBVERSION:=1.0.1 ifeq ($(BR2_ENDIAN),"BIG") MPFR_BE:=yes