diff options
author | Cosmin Truta <ctruta@gmail.com> | 2018-07-15 23:58:00 -0400 |
---|---|---|
committer | Cosmin Truta <ctruta@gmail.com> | 2018-07-15 23:58:00 -0400 |
commit | 46aedd8961b93d92ba6ad48b1ca3d1513feb6bb0 (patch) | |
tree | ce451a26bc24f7c0c4b0574ea551a71b1aa73f49 /example.c | |
parent | 2471434d29a8a006e8ca8e5b286c37b8604263b1 (diff) |
Release libpng version 1.6.35
Diffstat (limited to 'example.c')
-rw-r--r-- | example.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,13 +2,14 @@ #if 0 /* in case someone actually tries to compile this */ /* example.c - an example of using libpng - * Last changed in libpng 1.6.24 [August 4, 2016] + * Last changed in libpng 1.6.35 [July 15, 2018] + * Maintained 2018 Cosmin Truta * Maintained 1998-2016 Glenn Randers-Pehrson * Maintained 1996, 1997 Andreas Dilger) * Written 1995, 1996 Guy Eric Schalnat, Group 42, Inc.) * To the extent possible under law, the authors have waived * all copyright and related or neighboring rights to this file. - * This work is published from: United States. + * This work is published from: United States, Canada. */ /* This is an example of how to use libpng to read and write PNG files. |