diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-02 06:24:56 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2009-11-02 06:26:40 -0600 |
commit | 38453101f0c8ad9cbb005a0d51c2209ba7f3f72a (patch) | |
tree | fd93526ab4dbc3ca959a043e004490743e177504 /scripts/makefile.solaris | |
parent | 8e46375186eb95d30d93bc3160861bb7ba99a0c7 (diff) | |
download | libpng-38453101f0c8ad9cbb005a0d51c2209ba7f3f72a.tar.gz |
[master] Bump version to 1.2.41beta13
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 b5d660ed7..49f46f0ee 100644 --- a/scripts/makefile.solaris +++ b/scripts/makefile.solaris @@ -11,7 +11,7 @@ # Library name: LIBNAME = libpng12 PNGMAJ = 0 -PNGMIN = 1.2.41beta12 +PNGMIN = 1.2.41beta13 PNGVER = $(PNGMAJ).$(PNGMIN) # Shared library names: |