summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@acm.org>2011-06-14 06:17:26 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2011-06-14 06:17:26 -0500
commit550bab03fb40a28bc2a6d4f7b284020cdcccaf61 (patch)
treedacca72885f09bbfb4b9f43f0386954a9f27bf79 /example.c
parent413138a5ca2774895c03512b5948d80a7c19e760 (diff)
downloadlibpng-550bab03fb40a28bc2a6d4f7b284020cdcccaf61.tar.gz
[devel] Removed the ACCURATE and LEGACY options (they are no longer useable)
Fixed some compiliation problems with scaling options.
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index f15176324..2c1f27da6 100644
--- a/example.c
+++ b/example.c
@@ -2,7 +2,7 @@
#if 0 /* in case someone actually tries to compile this */
/* example.c - an example of using libpng
- * Last changed in libpng 1.5.3 [(PENDING RELEASE)]
+ * Last changed in libpng 1.5.4 [(PENDING RELEASE)]
* This file has been placed in the public domain by the authors.
* Maintained 1998-2011 Glenn Randers-Pehrson
* Maintained 1996, 1997 Andreas Dilger)