diff options
Diffstat (limited to 'scripts/makefile.hpgcc')
-rw-r--r-- | scripts/makefile.hpgcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.hpgcc b/scripts/makefile.hpgcc index edfbd187d..c76619bee 100644 --- a/scripts/makefile.hpgcc +++ b/scripts/makefile.hpgcc @@ -8,7 +8,7 @@ # Library name: LIBNAME = libpng10 PNGMAJ = 0 -PNGMIN = 1.0.22 +PNGMIN = 1.0.23rc1 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |