summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-11-12 06:58:34 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-11-12 07:13:10 -0600
commitdf80d38897e386322106785c4dd06e9d5a3944fd (patch)
tree444b2f89197e37743cfe2ce24c1a7ac973300a82 /png.c
parent9b70e0332b591dad08589f9f7a7ce1085c44de7d (diff)
downloadlibpng-df80d38897e386322106785c4dd06e9d5a3944fd.tar.gz
[libpng15] Imported from libpng-1.5.24.tarv1.5.24
Diffstat (limited to 'png.c')
-rw-r--r--png.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/png.c b/png.c
index 20422792e..fc7e7dfa3 100644
--- a/png.c
+++ b/png.c
@@ -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_24rc04 Your_png_h_is_not_version_1_5_24rc04;
+typedef png_libpng_version_1_5_24 Your_png_h_is_not_version_1_5_24;
/* 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
@@ -655,13 +655,13 @@ png_get_copyright(png_const_structp png_ptr)
#else
# ifdef __STDC__
return PNG_STRING_NEWLINE \
- "libpng version 1.5.24rc04 - November 5, 2015" PNG_STRING_NEWLINE \
+ "libpng version 1.5.24 - November 12, 2015" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2015 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.24rc04 - November 5, 2015\
+ return "libpng version 1.5.24 - November 12, 2015\
Copyright (c) 1998-2015 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";