diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2013-04-13 21:38:26 -0700 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2013-04-28 15:57:10 -0700 |
| commit | e8fee0ea7bf62e595bd5518b7b22e3e16397278c (patch) | |
| tree | ba0c4a432915cd582d147580b8ed10cbdf6122ab /contrib/pascal | |
| parent | b7bc38845416febaba0d3736fec890750ad9fb28 (diff) | |
| download | zlib-e8fee0ea7bf62e595bd5518b7b22e3e16397278c.tar.gz zlib-e8fee0ea7bf62e595bd5518b7b22e3e16397278c.tar.bz2 zlib-e8fee0ea7bf62e595bd5518b7b22e3e16397278c.zip | |
Change version number to 1.2.8.
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 18d6665..e6a0782 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.7.3'; | 13 | ZLIB_VERSION = '1.2.8'; |
| 14 | ZLIB_VERNUM = $1273; | 14 | ZLIB_VERNUM = $1280; |
| 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; |
