浏览代码

* Bump version number

git-svn-id: trunk@1863 -
daniel 19 年之前
父节点
当前提交
9b1a4c88a8
共有 1 个文件被更改,包括 1 次插入4 次删除
  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;