diff options
Diffstat (limited to 'scripts/makefile.hp64')
-rw-r--r-- | scripts/makefile.hp64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.hp64 b/scripts/makefile.hp64 index 13439b2..0f8b340 100644 --- a/scripts/makefile.hp64 +++ b/scripts/makefile.hp64 @@ -2,7 +2,7 @@ # Copyright (C) 1999-2002, 2006, 2009 Glenn Randers-Pehrson # Copyright (C) 1995 Guy Eric Schalnat, Group 42 # contributed by Jim Rice and updated by Chris Schleicher, Hewlett Packard - +# # This code is released under the libpng license. # For conditions of distribution and use, see the disclaimer # and license in png.h @@ -21,7 +21,7 @@ ZLIBINC=/opt/zlib/include # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.38 +PNGMIN = 1.2.44 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |