diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-02 19:46:16 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-02 19:48:27 -0600 |
commit | 6e00020a9ff23b28b43db527a2b89227cbdea2e9 (patch) | |
tree | d50c3a5439c46c8c98337a5cb1d667be198fe1a5 /scripts/makefile.elf | |
parent | 2aac9a1fa3da4e8fc1a58e2e7ca60cc8c8b3cd79 (diff) | |
download | libpng-6e00020a9ff23b28b43db527a2b89227cbdea2e9.tar.gz |
[master] Imported from libpng-1.2.41.tarv1.2.41
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 7e5ac8c58..b462db0be 100644 --- a/scripts/makefile.elf +++ b/scripts/makefile.elf @@ -16,7 +16,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41rc04 +PNGMIN = 1.2.41 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |