Change version number to 1.2.8.1.

This commit is contained in:
Mark Adler
2013-05-02 23:12:54 -07:00
parent 5089329162
commit ceeb615f46
27 changed files with 51 additions and 48 deletions

View File

@@ -10,8 +10,8 @@ unit zlibpas;
interface
const
ZLIB_VERSION = '1.2.8';
ZLIB_VERNUM = $1280;
ZLIB_VERSION = '1.2.8.1';
ZLIB_VERNUM = $1281;
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;