summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-05-09 08:11:33 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2015-05-09 21:20:41 -0500
commit4d5bdd83f6c0ca37e504a8e239bf878eb1913dfd (patch)
treea744d07b6ea6de4968d01db4efef68630a77ad3e /png.c
parent25e785e30c3fe69ff4ca1615cc530cce4810ae17 (diff)
downloadlibpng-4d5bdd83f6c0ca37e504a8e239bf878eb1913dfd.tar.gz
[libpng12] Bump version to 1.2.54beta01
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 fd17c687e..de1325dcd 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_53 Your_png_h_is_not_version_1_2_53;
+typedef version_1_2_54beta01 Your_png_h_is_not_version_1_2_54beta01;
/* Version information for C files. This had better match the version
* string defined in png.h.
@@ -728,13 +728,13 @@ png_get_copyright(png_structp png_ptr)
#else
#ifdef __STDC__
return ((png_charp) PNG_STRING_NEWLINE \
- "libpng version 1.2.53 - February 26, 2015" PNG_STRING_NEWLINE \
+ "libpng version 1.2.54beta01 - May 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 ((png_charp) "libpng version 1.2.53 - February 26, 2015\
+ return ((png_charp) "libpng version 1.2.54beta01 - May 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.");