summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-12-09 09:38:08 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-12-09 09:42:49 -0600
commit456d61495994d3b7871c8670f0095c855d460856 (patch)
tree1cdaab772adeb409b11e143c78bb06ec65e242d4 /png.c
parentd9006f683c641793252d92254a75ae9b815b42ed (diff)
downloadlibpng-456d61495994d3b7871c8670f0095c855d460856.tar.gz
[libpng15] Bump version to 1.5.26beta01
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 6089c6f26..2e09babf1 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_25 Your_png_h_is_not_version_1_5_25;
+typedef png_libpng_version_1_5_26beta01 Your_png_h_is_not_version_1_5_26beta01;
/* 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.25 - December 3, 2015" PNG_STRING_NEWLINE \
+ "libpng version 1.5.26beta01 - December 9, 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.25 - December 3, 2015\
+ return "libpng version 1.5.26beta01 - December 9, 2015\
Copyright (c) 1998-2015 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.";