diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-08-05 21:19:00 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-08-05 21:26:48 -0500 |
commit | 3a9ab2371361d338661424bd27ebed7a60c60c38 (patch) | |
tree | 911d47f51533b3d38ef13c6e1978bceec36ec1cf /scripts/makefile.solaris | |
parent | 9e88fcd58c8ce7f2183bc2045e5180cba0043f09 (diff) | |
download | libpng-3a9ab2371361d338661424bd27ebed7a60c60c38.tar.gz |
[master] Imported from libpng-1.2.39rc01.tarv1.2.39rc01
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 ae484d94f..fa9ac1800 100644 --- a/scripts/makefile.solaris +++ b/scripts/makefile.solaris @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.39beta05 +PNGMIN = 1.2.39rc01 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |