diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2006-04-16 12:16:14 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:09:00 -0500 |
commit | 77be22c09a14425f258205f7ff3cf0a55481f5a7 (patch) | |
tree | da38a4ef1ea38b5bbe030ca83dd8c8fa3aeacee0 /scripts/makefile.linux | |
parent | b0270f77a93f4a29a8a2e5d10752c08cea461694 (diff) | |
download | libpng-77be22c09a14425f258205f7ff3cf0a55481f5a7.tar.gz |
Imported from libpng-1.2.10beta4.tarv1.2.10beta4
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 b1bd9ac9b..88146a49a 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -6,7 +6,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.10beta3 +PNGMIN = 1.2.10beta4 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |