summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-06-18 13:39:04 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-06-18 13:40:22 -0500
commit5463f76de5843cab781d1f518f0e66b34488a243 (patch)
tree407a4bdbb5f027ba7b56e5682555698a1b6d8b1c /png.c
parent090c5f8367bb3da2b09c1aec7456adc2055c7c72 (diff)
downloadlibpng-5463f76de5843cab781d1f518f0e66b34488a243.tar.gz
[libpng12] Bump version to 1.2.51beta03
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 0b9fe17eb..3da7da165 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_51beta02 Your_png_h_is_not_version_1_2_51beta02;
+typedef version_1_2_51beta03 Your_png_h_is_not_version_1_2_51beta03;
/* 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.51beta02 - June 18, 2013" PNG_STRING_NEWLINE \
+ "libpng version 1.2.51beta03 - June 18, 2013" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2013 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.51beta02 - June 18, 2013\
+ return ((png_charp) "libpng version 1.2.51beta03 - June 18, 2013\
Copyright (c) 1998-2013 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.");