Change version number to 1.2.6.1.

This commit is contained in:
Mark Adler
2012-01-29 19:25:44 -08:00
parent e75de023b6
commit 7b3f71ba5f
20 changed files with 41 additions and 38 deletions

View File

@@ -10,8 +10,8 @@ unit zlibpas;
interface
const
ZLIB_VERSION = '1.2.6';
ZLIB_VERNUM = $1260;
ZLIB_VERSION = '1.2.6.1';
ZLIB_VERNUM = $1261;
type
alloc_func = function(opaque: Pointer; items, size: Integer): Pointer;