summaryrefslogtreecommitdiff
path: root/png.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-03-28 23:47:09 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-03-29 06:30:11 -0500
commit78322ccdeb994c311f6175fcefdb5761f85722cb (patch)
tree8ddc02362db915b27f9989a1487ee41598ec6991 /png.c
parentac9f21a5a2fb936a64442bb5af73b7e048816df4 (diff)
downloadlibpng-78322ccdeb994c311f6175fcefdb5761f85722cb.tar.gz
[libpng12] Imported from libpng-1.2.49.tarv1.2.49
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 40d2ed214..8d9861261 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_48 Your_png_h_is_not_version_1_2_48;
+typedef version_1_2_49 Your_png_h_is_not_version_1_2_49;
/* 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.48 - March 8, 2012" PNG_STRING_NEWLINE \
+ "libpng version 1.2.49 - March 29, 2012" PNG_STRING_NEWLINE \
"Copyright (c) 1998-2011 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.48 - March 8, 2012\
+ return ((png_charp) "libpng version 1.2.49 - March 29, 2012\
Copyright (c) 1998-2011 Glenn Randers-Pehrson\
Copyright (c) 1996-1997 Andreas Dilger\
Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.");