summaryrefslogtreecommitdiff
path: root/pngtest.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-06-05 17:24:17 -0500
committerGlenn Randers-Pehrson glennrp@comcast.net <glennrp at users.sourceforge.net>2009-06-05 17:26:31 -0500
commit7aa1834c952a26c87a30e58a0226524691f67b55 (patch)
tree93348b02e2316cd8a44541ca69c1274575f1bcb3 /pngtest.c
parent424c98547ddcf8ff81f79023add37d3dcc9a3ae4 (diff)
downloadlibpng-7aa1834c952a26c87a30e58a0226524691f67b55.tar.gz
[devel] Bump version to bump-to-libpng-1.4.0beta63
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 92971fc3f..a065160a0 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.4.0 [June 2, 2009]
+ * Last changed in libpng 1.4.0 [June 5, 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)
@@ -1616,4 +1616,4 @@ main(int argc, char *argv[])
}
/* Generate a compiler error if there is an old png.h in the search path. */
-typedef version_1_4_0beta62 your_png_h_is_not_version_1_4_0beta62;
+typedef version_1_4_0beta63 your_png_h_is_not_version_1_4_0beta63;