diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2012-01-29 19:25:44 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2012-01-29 21:15:24 -0800 |
| commit | 7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e (patch) | |
| tree | e299a5065a393241afc567aeed72280eee8a4ad2 /contrib/pascal | |
| parent | e75de023b6cd7177c8e44ef1c72b74f5efde5418 (diff) | |
| download | zlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.tar.gz zlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.tar.bz2 zlib-7b3f71ba5fc29f3743fae9b9dbe071018a6b6b4e.zip | |
Change version number to 1.2.6.1.
Diffstat (limited to 'contrib/pascal')
| -rw-r--r-- | contrib/pascal/zlibpas.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pascal/zlibpas.pas b/contrib/pascal/zlibpas.pas index 5c9875c..baf0b0f 100644 --- a/contrib/pascal/zlibpas.pas +++ b/contrib/pascal/zlibpas.pas | |||
| @@ -10,8 +10,8 @@ unit zlibpas; | |||
| 10 | interface | 10 | interface |
| 11 | 11 | ||
| 12 | const | 12 | const |
| 13 | ZLIB_VERSION = '1.2.6'; | 13 | ZLIB_VERSION = '1.2.6.1'; |
| 14 | ZLIB_VERNUM = $1260; | 14 | ZLIB_VERNUM = $1261; |
| 15 | 15 | ||
| 16 | type | 16 | type |
| 17 | alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; | 17 | alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; |
