[libpng15] Bump version to libpng-1.6.0alpha01

This commit is contained in:
Glenn Randers-Pehrson
2011-11-23 15:28:01 -06:00
parent 12fb29f951
commit 15ea1fa337
28 changed files with 91 additions and 81 deletions

View File

@@ -1163,6 +1163,10 @@ test_one_file(PNG_CONST char *inname, PNG_CONST char *outname)
if (png_get_text(read_ptr, read_info_ptr, &text_ptr, &num_text) > 0)
{
pngtest_debug1("Handling %d iTXt/tEXt/zTXt chunks", num_text);
if (verbose)
printf("\nText compression=%d\n", text_ptr->compression);
png_set_text(write_ptr, write_info_ptr, text_ptr, num_text);
}
}
@@ -1813,4 +1817,4 @@ main(int argc, char *argv[])
}
/* Generate a compiler error if there is an old png.h in the search path. */
typedef png_libpng_version_1_5_7beta05 Your_png_h_is_not_version_1_5_7beta05;
typedef png_libpng_version_1_6_0alpha01 Your_png_h_is_not_version_1_6_0alpha01;