diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-12 20:23:01 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-12 20:24:32 -0600 |
commit | e3f9ce59eb5efccd9d6a5c70cae730f172bf9ceb (patch) | |
tree | 45f40e3e79140d3c23498243cfa156734aa62fee /scripts/makefile.elf | |
parent | 12f0c2f580ce652d2e340d550746650a59567d63 (diff) | |
download | libpng-e3f9ce59eb5efccd9d6a5c70cae730f172bf9ceb.tar.gz |
[master] Bump to version 1.2.41beta20
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 5ace50e5a..f008cfb54 100644 --- a/scripts/makefile.elf +++ b/scripts/makefile.elf @@ -16,7 +16,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41beta19 +PNGMIN = 1.2.41beta20 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |