[libpng15] Bump version to libpng-1.5.5beta08

This commit is contained in:
Glenn Randers-Pehrson
2011-09-09 21:50:33 -05:00
parent 751561218f
commit fe85bafedf
14 changed files with 29 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
Libpng 1.5.5beta08 - September 9, 2011
Libpng 1.5.5beta08 - September 10, 2011
This is not intended to be a public release. It will be replaced
within a few weeks by a public version or by another test version.
@@ -87,7 +87,7 @@ Version 1.5.5beta07 [September 7, 2011]
Changed png_chunk_benign_error() to png_warning() in png.c, in
png_XYZ_from_xy_checked().
Version 1.5.5beta08 [September 9, 2011]
Version 1.5.5beta08 [September 10, 2011]
Fixed 64-bit compilation errors (gcc). The errors fixed relate
to conditions where types that are 32 bits in the GCC 32-bit
world (uLong and png_size_t) become 64 bits in the 64-bit