diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-03-31 20:33:04 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2011-03-31 20:33:04 -0500 |
commit | 1345cbeea8cfa067a9317488fc2f33f448c463e5 (patch) | |
tree | 60dbfc88f9c480b1e54f4dc08b944c071cc5be6f /pngwrite.c | |
parent | ab23d34dd93db8e767b0316bb18a5eb685af0b0e (diff) | |
download | libpng-1345cbeea8cfa067a9317488fc2f33f448c463e5.tar.gz |
[devel] Update change comments (1.5.2 -> 1.5.3)
Diffstat (limited to 'pngwrite.c')
-rw-r--r-- | pngwrite.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pngwrite.c b/pngwrite.c index c7611ee9b..7b7b10dac 100644 --- a/pngwrite.c +++ b/pngwrite.c @@ -1491,7 +1491,7 @@ png_set_compression_method(png_structp png_ptr, int method) png_ptr->zlib_method = method; } -/* The following were added to libpng-1.5.2 */ +/* The following were added to libpng-1.5.3 */ #ifdef PNG_WRITE_CUSTOMIZE_ZTXT_COMPRESSION void PNGAPI png_set_text_compression_level(png_structp png_ptr, int level) @@ -1569,7 +1569,7 @@ png_set_text_compression_method(png_structp png_ptr, int method) png_ptr->zlib_text_method = method; } #endif /* PNG_WRITE_CUSTOMIZE_ZTXT_COMPRESSION */ -/* end of API added to libpng-1.5.2 */ +/* end of API added to libpng-1.5.3 */ void PNGAPI png_set_write_status_fn(png_structp png_ptr, png_write_status_ptr write_row_fn) |