diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-25 14:19:07 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-25 14:23:21 -0600 |
commit | 4607e1386fb473685fe88cc748ccaeb357051588 (patch) | |
tree | e76b1dea22c304b09c00373718f022baccace569 /scripts/makefile.elf | |
parent | 96861728724bff9c2a0fef8a632664234bb26e56 (diff) | |
download | libpng-4607e1386fb473685fe88cc748ccaeb357051588.tar.gz |
[master] Imported from libpng-1.2.42rc03.tarv1.2.42rc03
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 3600b9387..63b19818e 100644 --- a/scripts/makefile.elf +++ b/scripts/makefile.elf @@ -16,7 +16,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.42rc02 +PNGMIN = 1.2.42rc03 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |