summaryrefslogtreecommitdiff
path: root/contrib/delphi/ZLib.pas
diff options
context:
space:
mode:
authorTizenOpenSource <tizenopensrc@samsung.com>2024-01-16 18:18:46 +0900
committerTizenOpenSource <tizenopensrc@samsung.com>2024-01-16 18:18:46 +0900
commit7456333fd718133102e3be1eaa67e1167fce8387 (patch)
tree6e61e353c47bdf5c9bc183a12e0022bcf514f611 /contrib/delphi/ZLib.pas
parenta187f891afb95f543a92d94a6e7755322f97635c (diff)
downloadzlib-7456333fd718133102e3be1eaa67e1167fce8387.tar.gz
zlib-7456333fd718133102e3be1eaa67e1167fce8387.tar.bz2
zlib-7456333fd718133102e3be1eaa67e1167fce8387.zip
Imported Upstream version 1.3upstream/1.3upstream
Diffstat (limited to 'contrib/delphi/ZLib.pas')
-rw-r--r--contrib/delphi/ZLib.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/delphi/ZLib.pas b/contrib/delphi/ZLib.pas
index 8be5fa2..814ffa6 100644
--- a/contrib/delphi/ZLib.pas
+++ b/contrib/delphi/ZLib.pas
@@ -152,7 +152,7 @@ procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
const OutBuf: Pointer; BufSize: Integer);
const
- zlib_version = '1.2.13';
+ zlib_version = '1.3.0';
type
EZlibError = class(Exception);