diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-01-23 11:06:15 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-01-23 11:06:15 +0000 |
commit | da7381c86957d56767f152a881eabb07f3523b2e (patch) | |
tree | dd2e866570df3ffd1a639be1abb3cadb24fbb591 /package/libpng | |
parent | 5e2ccd8007c5ec988150de07a907eff8ab07e3a2 (diff) | |
download | buildroot-novena-da7381c86957d56767f152a881eabb07f3523b2e.tar.gz buildroot-novena-da7381c86957d56767f152a881eabb07f3523b2e.zip |
Bump version to 1.28, per recommendation from solar
Diffstat (limited to 'package/libpng')
-rw-r--r-- | package/libpng/libpng.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk index 33f56c948..4e3bb8e9f 100644 --- a/package/libpng/libpng.mk +++ b/package/libpng/libpng.mk @@ -21,7 +21,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA -LIBPNG_VER:=1.2.7 +LIBPNG_VER:=1.2.8 LIBPNG_DIR:=$(BUILD_DIR)/libpng-$(LIBPNG_VER) #LIBPNG_SITE:=ftp://sunsite.cnlab-switch.ch/mirror/freetype/png LIBPNG_SITE:=ftp://ftp.simplesystems.org/pub/libpng/src/ |