diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-31 23:28:05 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-10-31 23:29:58 -0500 |
commit | dc38e24fedbac541d09495fb3b561278a4d29ff7 (patch) | |
tree | 5aff6771e3c02ef0b10fd1d7cc8c5e3f3455d0b5 /scripts/makefile.solaris | |
parent | a61724c0047f7f21ac8b0877310b73621823ef93 (diff) | |
download | libpng-dc38e24fedbac541d09495fb3b561278a4d29ff7.tar.gz |
[master] Bump version to 1.2.41beta11
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 9e0d57c60..65e0a94ec 100644 --- a/scripts/makefile.solaris +++ b/scripts/makefile.solaris @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41beta10 +PNGMIN = 1.2.41beta11 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |