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 8aade19ad..d12d6cd69 100644 --- a/scripts/makefile.hpgcc +++ b/scripts/makefile.hpgcc @@ -41,7 +41,7 @@ RANLIB=ranlib #RANLIB=echo PNGMAJ = 0 -PNGMIN = 1.2.8rc5 +PNGMIN = 1.2.8 PNGVER = $(PNGMAJ).$(PNGMIN) LIBNAME = libpng12 |