[libpng15] Updated some "last changed" dates

This commit is contained in:
Glenn Randers-Pehrson
2011-12-21 09:03:30 -06:00
parent d35a3a826e
commit 9287447cef
4 changed files with 13 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
/* pngvalid.c - validate libpng by constructing then reading png files.
*
* Last changed in libpng 1.5.7 [%RDATE%]
* Last changed in libpng 1.5.8 [%RDATE%]
* Copyright (c) 2011 Glenn Randers-Pehrson
* Written by John Cunningham Bowler
*
@@ -29,7 +29,14 @@
# include <fenv.h>
#endif
#include "../../png.h"
/* Define the following to use this test against your installed libpng, rather
* than the one being built here:
*/
#ifdef PNG_FREESTANDING_TESTS
# include <png.h>
#else
# include "../../png.h"
#endif
#if PNG_LIBPNG_VER < 10500
/* This deliberately lacks the PNG_CONST. */