summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-01-10 12:05:01 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2014-01-10 12:07:33 -0600
commit1c4cae402bcdcedb791a300cf5f3d1bbb0248adf (patch)
tree854a71bdb7ec05c1d49046ddf9cb18fd185ef7d2 /png.c
parenta99d8421a6b4c2817315a4180b9074ed490d71fc (diff)
downloadlibpng-1c4cae402bcdcedb791a300cf5f3d1bbb0248adf.tar.gz
[libpng12] Bump version to 1.2.51beta05
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 5160c55c3..0c35c8e00 100644
--- a/png.c
+++ b/png.c
@@ -17,7 +17,7 @@
#include "png.h"
/* Generate a compiler error if there is an old png.h in the search path. */
-typedef version_1_2_51beta04 Your_png_h_is_not_version_1_2_51beta04;
+typedef version_1_2_51beta05 Your_png_h_is_not_version_1_2_51beta05;
/* Version information for C files. This had better match the version
* string defined in png.h.
@@ -724,13 +724,13 @@ png_get_copyright(png_structp png_ptr)
#else
#ifdef __STDC__
return ((png_charp) PNG_STRING_NEWLINE \
- "libpng version 1.2.51beta04 - January 10, 2014" PNG_STRING_NEWLINE \
+ "libpng version 1.2.51beta05 - January 10, 2014" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2014 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.2.51beta04 - January 10, 2014\
+ return ((png_charp) "libpng version 1.2.51beta05 - January 10, 2014\
Copyright (c) 1998-2014 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.");