From 5f6bd84e375226bf228fc8ac90318957ec9e1e7f Mon Sep 17 00:00:00 2001 From: Patrick Scott Date: Mon, 28 Jun 2010 16:55:16 -0400 Subject: Upgrade libpng to 1.2.44 for security fixes. Change-Id: Iae257ca6ea7031a99f38e9de196d71ef8b94f9aa --- scripts/makefile.beos | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/makefile.beos') diff --git a/scripts/makefile.beos b/scripts/makefile.beos index 3a5fe61..9c0b287 100644 --- a/scripts/makefile.beos +++ b/scripts/makefile.beos @@ -3,7 +3,7 @@ # Copyright (C) 2002, 2006, 2008 Glenn Randers-Pehrson # Copyright (C) 1999 Greg Roelofs # Copyright (C) 1996, 1997 Andreas Dilger - +# # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer # and license in png.h @@ -11,7 +11,7 @@ # Library name: LIBNAME=libpng12 PNGMAJ = 0 -PNGMIN = 1.2.38 +PNGMIN = 1.2.44 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: -- cgit v1.1