[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

@@ -3571,7 +3571,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