diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-20 15:14:57 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-20 15:16:15 -0600 |
commit | 62ca98ef5eb55d6d963c935c4f16ca8ad3f0de0b (patch) | |
tree | 25ddc53cf97ec4130d62c84e3ea404be7265e409 /scripts/makefile.linux | |
parent | 094340d2877c01e9dc06353e1ef06bd6cee87ee8 (diff) | |
download | libpng-62ca98ef5eb55d6d963c935c4f16ca8ad3f0de0b.tar.gz |
[devel] Imported from libpng-1.4.0rc02.tar
Diffstat (limited to 'scripts/makefile.linux')
-rw-r--r-- | scripts/makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.linux b/scripts/makefile.linux index 89891e81a..018710f76 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -10,7 +10,7 @@ # Library name: LIBNAME = libpng14 PNGMAJ = 14 -PNGMIN = 1.4.0beta110 +PNGMIN = 1.4.0rc02 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |