diff options
Diffstat (limited to 'scripts/makefile.elf')
-rw-r--r-- | scripts/makefile.elf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.elf b/scripts/makefile.elf index 98fa3c04f..b17687d3a 100644 --- a/scripts/makefile.elf +++ b/scripts/makefile.elf @@ -12,7 +12,7 @@ # Library name: LIBNAME = libpng10 PNGMAJ = 0 -PNGMIN = 1.0.28 +PNGMIN = 1.0.29beta1 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |