Browse Source

* Bump version number

git-svn-id: trunk@1863 -
daniel 19 years ago
parent
commit
9b1a4c88a8
1 changed files with 1 additions and 4 deletions
  1. 1 4
      packages/base/paszlib/paszlib.pas

+ 1 - 4
packages/base/paszlib/paszlib.pas

@@ -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;