Import zlib 1.2.8 with local change merged in.
[deliverable/binutils-gdb.git] / zlib / contrib / pascal / zlibpas.pas
index 7abd862ae66096007ab2a775b6cdd8008405907d..e6a0782b48cc83d8101358c0b951d400f7981485 100644 (file)
@@ -10,8 +10,8 @@ unit zlibpas;
 interface
 
 const
-  ZLIB_VERSION = '1.2.7';
-  ZLIB_VERNUM  = $1270;
+  ZLIB_VERSION = '1.2.8';
+  ZLIB_VERNUM  = $1280;
 
 type
   alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;
This page took 0.027645 seconds and 4 git commands to generate.