diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2000-12-15 08:54:42 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:05:43 -0500 |
commit | 2ad31ae31f47d788b0ee83a708654f26e2edfebb (patch) | |
tree | b790ae17d6be5baf86356fec7c77a4c57609d4d8 /scripts/makefile.solaris | |
parent | f6b4f45c7e9ee5472594934c4d9dfba16157e7cb (diff) | |
download | libpng-2ad31ae31f47d788b0ee83a708654f26e2edfebb.tar.gz |
Imported from libpng-1.0.9beta5.tarv1.0.9beta5
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 e78d00aea..c00472f72 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.9beta4 +PNGMIN = 1.0.9beta5 PNGVER = $(PNGMAJ).$(PNGMIN) INCPATH=$(prefix)/include |