diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2000-07-14 08:15:12 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:05:28 -0500 |
commit | a4d54bdb4ab6b727e6b98b6990950f0864b1e067 (patch) | |
tree | dd02a875cd56d4963a7b1069fa1bdef00f923326 /scripts/makefile.solaris | |
parent | ff9c947a1aa9b70bd0a0859938ae4afae9a32298 (diff) | |
download | libpng-a4d54bdb4ab6b727e6b98b6990950f0864b1e067.tar.gz |
Imported from libpng-1.0.8beta4.tarv1.0.8beta4
Diffstat (limited to 'scripts/makefile.solaris')
-rw-r--r-- | scripts/makefile.solaris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.solaris b/scripts/makefile.solaris index 613c72d5b..7f47da332 100644 --- a/scripts/makefile.solaris +++ b/scripts/makefile.solaris @@ -31,7 +31,7 @@ RANLIB=echo # read libpng.txt or png.h to see why PNGMAJ is 2. You should not # have to change it. PNGMAJ = 2 -PNGMIN = 1.0.8beta3 +PNGMIN = 1.0.8beta4 PNGVER = $(PNGMAJ).$(PNGMIN) INCPATH=$(prefix)/include |