diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-08-18 03:22:58 -0500 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2017-08-18 20:00:30 -0500 |
commit | fe3a4493e5a948b86152843dbd2a8fc791a0e36a (patch) | |
tree | df7db2e8e6d7fc51734d512867ac2b80d919b918 /png.c | |
parent | a862fd04b96cd5a3044a1aa7f3cc099c1618e796 (diff) | |
download | libpng-fe3a4493e5a948b86152843dbd2a8fc791a0e36a.tar.gz |
[libpng15] Imported from libpng-1.5.29rc01.tarv1.5.29rc01
Diffstat (limited to 'png.c')
-rw-r--r-- | png.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ #include "pngpriv.h" /* Generate a compiler error if there is an old png.h in the search path. */ -typedef png_libpng_version_1_5_29beta02 Your_png_h_is_not_version_1_5_29beta02; +typedef png_libpng_version_1_5_29rc01 Your_png_h_is_not_version_1_5_29rc01; /* 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 @@ -656,14 +656,14 @@ png_get_copyright(png_const_structp png_ptr) #else # ifdef __STDC__ return PNG_STRING_NEWLINE \ - "libpng version 1.5.29beta02 - August 7, 2017" PNG_STRING_NEWLINE \ + "libpng version 1.5.29rc01 - August 18, 2017" PNG_STRING_NEWLINE \ "Copyright (c) 1998-2002,2004,2006-2017 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 "libpng version 1.5.29beta02 - August 7, 2017\ + return "libpng version 1.5.29rc01 - August 18, 2017\ Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson\ Copyright (c) 1996-1997 Andreas Dilger\ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc."; |