Hi,
  I noticed that in
   zbase ZLIB_VERSION is defined as

const
   ZLIB_VERSION : string[10] = '1.1.2';

While in PasZlib it's defined as...

const
   ZLIB_VERSION = '1.2';

My suggestions is that the zbase.pas one is deleted and the PasZlib 
version is updated to
   ZLIB_VERSION : string[10] = '1.1.2';
As most people only want to include PasZlib in their units.

Also is anyone working on updating PasZlib to version 1.2.3? More a 
query, than a request.


Dominique.



_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to