diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-22 08:04:25 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-22 08:07:11 -0600 |
commit | 230e8b436f6bf9e1e86239bc70f6f36559aeb38c (patch) | |
tree | affe21319e2f34cd5ac6a18d7ea8755e4d45fb9e /scripts/makefile.solaris-x86 | |
parent | dbb86efac3c7a5bf5c9f3d00760e986a3b1e8e77 (diff) | |
download | libpng-230e8b436f6bf9e1e86239bc70f6f36559aeb38c.tar.gz |
[master] Bump to version libpng-1.2.42rc02
Diffstat (limited to 'scripts/makefile.solaris-x86')
-rw-r--r-- | scripts/makefile.solaris-x86 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.solaris-x86 b/scripts/makefile.solaris-x86 index d5845c9a8..aa2705e91 100644 --- a/scripts/makefile.solaris-x86 +++ b/scripts/makefile.solaris-x86 @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.42rc01 +PNGMIN = 1.2.42rc02 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |