diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2001-04-27 08:29:32 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-04-06 16:06:12 -0500 |
commit | 328353990f44b8cd7885b9adfc9df8c5508f1632 (patch) | |
tree | fb457fcfeceec126b8e0494b82255ad7029c119f /scripts/makefile.solaris | |
parent | 82ae3833312c0e0943496d99273a54cf60f88343 (diff) | |
download | libpng-328353990f44b8cd7885b9adfc9df8c5508f1632.tar.gz |
Imported from libpng-1.0.11.tarv1.0.11
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 8de6fd676..0a972f731 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.11rc1 +PNGMIN = 1.0.11 PNGVER = $(PNGMAJ).$(PNGMIN) INCPATH=$(prefix)/include |