]> Git Repo - binutils.git/blobdiff - zlib/contrib/pascal/zlibpas.pas
Sync zlib sources with GCC, upgrading to 1.2.10.
[binutils.git] / zlib / contrib / pascal / zlibpas.pas
index e6a0782b48cc83d8101358c0b951d400f7981485..2330898c418dbb18a2ee02a60c0539f3237ecb60 100644 (file)
@@ -10,8 +10,8 @@ unit zlibpas;
 interface
 
 const
-  ZLIB_VERSION = '1.2.8';
-  ZLIB_VERNUM  = $1280;
+  ZLIB_VERSION = '1.2.10';
+  ZLIB_VERNUM  = $12a0;
 
 type
   alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
This page took 0.021074 seconds and 4 git commands to generate.