* Bump version number

git-svn-id: trunk@1863 -
This commit is contained in:
daniel 2005-12-01 22:22:52 +00:00
parent 9f85c92ef1
commit 9b1a4c88a8

View File

@ -6,15 +6,12 @@ uses
zbase;
const
ZLIB_VERSION = '1.1.2';
ZLIB_VERSION = '1.2';
type
{ Compatibility types }
z_off_t = longint;
TAllocfunc = function (opaque:pointer; items:cardinal; size:cardinal):pointer;
TFreeFunc = procedure (opaque:pointer; address:pointer);
TInternalState = record
end;
PInternalState = ^TInternalstate;