mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 07:06:08 +02:00
* Bump version number
git-svn-id: trunk@1863 -
This commit is contained in:
parent
9f85c92ef1
commit
9b1a4c88a8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user