diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2000-04-14 14:20:47 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:04:58 -0500 |
commit | 4accabb590d887f310cd7798f46640a4288da3fd (patch) | |
tree | f8ccdb215de772178448ed7c6517002b6814b321 /scripts/makefile.linux | |
parent | 38e6e774192a73f40c2cf2a4fc23989b7c9259d6 (diff) | |
download | libpng-4accabb590d887f310cd7798f46640a4288da3fd.tar.gz |
Imported from libpng-1.0.6f.tarv1.0.6f
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 99acfba9d..5339f9e99 100644 --- a/scripts/makefile.linux +++ b/scripts/makefile.linux @@ -34,7 +34,7 @@ RANLIB=ranlib # read libpng.txt or png.h to see why PNGMAJ is 2. You should not # have to change it. PNGMAJ = 2 -PNGMIN = 1.0.6e +PNGMIN = 1.0.6f PNGVER = $(PNGMAJ).$(PNGMIN) INCPATH=$(prefix)/include |