diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-13 07:35:04 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-12-13 07:37:24 -0600 |
commit | e8d28e1b1c09cd70c833f556e888bd43775c4074 (patch) | |
tree | 4adc22e29147c8b4c8b11abd4eec0dfc4e7cf0fd /scripts/makefile.solaris-x86 | |
parent | a3a5d0d1f4e0e5e2577862019a4a0485712c04a3 (diff) | |
download | libpng-e8d28e1b1c09cd70c833f556e888bd43775c4074.tar.gz |
[master] Bump to version 1.2.42rc01
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 c9e8c0647..d5845c9a8 100644 --- a/scripts/makefile.solaris-x86 +++ b/scripts/makefile.solaris-x86 @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.42beta02 +PNGMIN = 1.2.42rc01 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |