summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-07-31 17:03:17 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2017-07-31 17:03:17 -0500
commit3524b0d201633f2c279579e8336d64cc450f0d93 (patch)
treed6c76f478c8b97fd3bfa421dd70cb8c2ebd3609e /pngstruct.h
parent3e753f5cbea3a7b334ecd6dae3b0723f528e06a5 (diff)
[libpng16] Update "Last changed" dates and some copyright years
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/pngstruct.h b/pngstruct.h
index 44b79dea7..fa1dcbae3 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -1,7 +1,7 @@
/* pngstruct.h - header file for PNG reference library
*
- * Last changed in libpng 1.6.28 [January 5, 2017]
+ * Last changed in libpng 1.6.32 [(PENDING RELEASE)]
* Copyright (c) 1998-2002,2004,2006-2017 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
@@ -479,8 +479,5 @@ struct png_struct_def
png_colorspace colorspace;
#endif
#endif
-
-/* New member added in libpng-1.6.31 */
- int num_exif;
};
#endif /* PNGSTRUCT_H */