summaryrefslogtreecommitdiff
path: root/pngtest.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-02-18 06:34:22 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2010-02-18 07:06:43 -0600
commitf0d041aeaf19e2130db2451008da1e762d6169f4 (patch)
tree3c5a4611e8868b2a855d0c6f5e186f76762915a3 /pngtest.c
parent5bf166d10ea20aa5241ec1602c110902291691e2 (diff)
downloadlibpng-f0d041aeaf19e2130db2451008da1e762d6169f4.tar.gz
[legacy] Imported from libpng-1.2.43rc01.tarv1.2.43rc01
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 de637737a..610e731c9 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.43 [February 13, 2010]
+ * Last changed in libpng 1.2.43 [February 18, 2010]
* Copyright (c) 1998-2010 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.)
@@ -1702,4 +1702,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_43beta05 your_png_h_is_not_version_1_2_43beta05;
+typedef version_1_2_43rc01 your_png_h_is_not_version_1_2_43rc01;