From 3b191392e39bb647459719b52d46f392e1cd4bc6 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Wed, 20 Sep 2017 10:54:08 -0500 Subject: [libpng14] Imported from libpng-1.4.22rc01.tar --- png.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'png.c') diff --git a/png.c b/png.c index c1158ba6c..23ecfdc89 100644 --- a/png.c +++ b/png.c @@ -17,7 +17,7 @@ #include "pngpriv.h" /* Generate a compiler error if there is an old png.h in the search path. */ -typedef version_1_4_22beta03 Your_png_h_is_not_version_1_4_22beta03; +typedef version_1_4_22rc01 Your_png_h_is_not_version_1_4_22rc01; /* Tells libpng that we have already handled the first "num_bytes" bytes * of the PNG file signature. If the PNG data is embedded into another @@ -559,14 +559,14 @@ png_get_copyright(png_const_structp png_ptr) #else #ifdef __STDC__ return ((png_charp) PNG_STRING_NEWLINE \ - "libpng version 1.4.22beta03 - September 14, 2017" PNG_STRING_NEWLINE \ + "libpng version 1.4.22rc01 - September 20, 2017" PNG_STRING_NEWLINE \ "Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson" \ PNG_STRING_NEWLINE \ "Copyright (c) 1996-1997 Andreas Dilger" PNG_STRING_NEWLINE \ "Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \ PNG_STRING_NEWLINE); #else - return ((png_charp) "libpng version 1.4.22beta03 - September 14, 2017\ + return ((png_charp) "libpng version 1.4.22rc01 - September 20, 2017\ Copyright (c) 1998-2002,2004,2006-2016 Glenn Randers-Pehrson\ Copyright (c) 1996-1997 Andreas Dilger\ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc."); -- cgit v1.2.1