summaryrefslogtreecommitdiff
path: root/pngtest.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2004-11-26 17:28:09 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:08:13 -0500
commit73b029f9d39e27db5e423c92a2c553f760997540 (patch)
tree520595660c159a31cf92f0cee2b45ce5c031d974 /pngtest.c
parent5dd2b8e208855642b692695653c181b2fe7f919d (diff)
downloadlibpng-73b029f9d39e27db5e423c92a2c553f760997540.tar.gz
Imported from libpng-1.2.8rc2.tarv1.2.8rc2
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 06c76915b..dff7f0c29 100644
--- a/pngtest.c
+++ b/pngtest.c
@@ -1,7 +1,7 @@
/* pngtest.c - a simple test program to test libpng
*
- * libpng 1.2.8rc1 - November 24, 2004
+ * libpng 1.2.8rc2 - November 26, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2004 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
@@ -1551,4 +1551,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_8rc1 your_png_h_is_not_version_1_2_8rc1;
+typedef version_1_2_8rc2 your_png_h_is_not_version_1_2_8rc2;