diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-25 08:41:00 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-25 08:42:36 -0600 |
commit | 3b673e0fb0b96d0ca8aa162276e4848809105ea4 (patch) | |
tree | 17b7430f9f0a0c7b869520b927eb3607658a534d /scripts/makefile.elf | |
parent | 83b84d65c27765b4e3e1a02e7289f402457c66b0 (diff) | |
download | libpng-3b673e0fb0b96d0ca8aa162276e4848809105ea4.tar.gz |
[master] Bump to version libpng-1.2.41rc03
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 a6f04bb6d..4e910b5ad 100644 --- a/scripts/makefile.elf +++ b/scripts/makefile.elf @@ -16,7 +16,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41rc02 +PNGMIN = 1.2.41rc03 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |