Imported from libpng-1.0.11beta1.tar

This commit is contained in:
Glenn Randers-Pehrson
2001-04-03 22:43:19 -05:00
parent 13cfbac075
commit 87c6bc984a
51 changed files with 139 additions and 139 deletions

View File

@@ -5,8 +5,8 @@ unit pngdef;
interface
const
PNG_LIBPNG_VER_STRING = '1.0.10';
PNG_LIBPNG_VER = 10010;
PNG_LIBPNG_VER_STRING = '1.0.11beta1';
PNG_LIBPNG_VER = 10011;
type
png_uint_32 = Cardinal;