summaryrefslogtreecommitdiff
path: root/pngtest.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-05-06 12:49:23 -0500
committerGlenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net>2009-05-07 10:59:02 -0500
commit25c8491fc85abe6d2c970b6bb044e3a0989b8eb4 (patch)
treeecd7a2cd6ca791642b088316d206d82b4fc46b2b /pngtest.c
parentd0d637dd479a3f460064e070bdc6d17d48235b43 (diff)
downloadlibpng-25c8491fc85abe6d2c970b6bb044e3a0989b8eb4.tar.gz
Imported from libpng-1.2.36.tarv1.2.36
Diffstat (limited to 'pngtest.c')
-rw-r--r--pngtest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pngtest.c b/pngtest.c
index c903c7ca7..cd6d0e236 100644
--- a/pngtest.c
+++ b/pngtest.c
@@ -1,7 +1,7 @@
/* pngtest.c - a simple test program to test libpng
*
- * Last changed in libpng 1.2.36 [April 30, 2009]
+ * Last changed in libpng 1.2.36 [May 6, 2009]
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -1681,4 +1681,4 @@ main(int argc, char *argv[])
}
/* Generate a compiler error if there is an old png.h in the search path. */
-typedef version_1_2_36rc01 your_png_h_is_not_version_1_2_36rc01;
+typedef version_1_2_36 your_png_h_is_not_version_1_2_36;