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 04be2cff3..71854e874 100644 --- a/scripts/makefile.elf +++ b/scripts/makefile.elf @@ -12,7 +12,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.27rc01 +PNGMIN = 1.2.27 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |