summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/zlib.h b/zlib.h
index 3bde3a6..4a98e38 100644
--- a/zlib.h
+++ b/zlib.h
@@ -1,7 +1,7 @@
1/* zlib.h -- interface of the 'zlib' general purpose compression library 1/* zlib.h -- interface of the 'zlib' general purpose compression library
2 version 1.2.11.1, January xxth, 2017 2 version 1.2.12, March 11th, 2022
3 3
4 Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler 4 Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
5 5
6 This software is provided 'as-is', without any express or implied 6 This software is provided 'as-is', without any express or implied
7 warranty. In no event will the authors be held liable for any damages 7 warranty. In no event will the authors be held liable for any damages
@@ -37,12 +37,12 @@
37extern "C" { 37extern "C" {
38#endif 38#endif
39 39
40#define ZLIB_VERSION "1.2.11.1-motley" 40#define ZLIB_VERSION "1.2.12"
41#define ZLIB_VERNUM 0x12b1 41#define ZLIB_VERNUM 0x12c0
42#define ZLIB_VER_MAJOR 1 42#define ZLIB_VER_MAJOR 1
43#define ZLIB_VER_MINOR 2 43#define ZLIB_VER_MINOR 2
44#define ZLIB_VER_REVISION 11 44#define ZLIB_VER_REVISION 12
45#define ZLIB_VER_SUBREVISION 1 45#define ZLIB_VER_SUBREVISION 0
46 46
47/* 47/*
48 The 'zlib' compression library provides in-memory compression and 48 The 'zlib' compression library provides in-memory compression and
@@ -1870,7 +1870,7 @@ ZEXTERN int ZEXPORT gzgetc_ OF((gzFile file)); /* backward compatibility */
1870# define z_gzoffset z_gzoffset64 1870# define z_gzoffset z_gzoffset64
1871# define z_adler32_combine z_adler32_combine64 1871# define z_adler32_combine z_adler32_combine64
1872# define z_crc32_combine z_crc32_combine64 1872# define z_crc32_combine z_crc32_combine64
1873# define z_crc32_combine_gen z_crc32_combine64_gen 1873# define z_crc32_combine_gen z_crc32_combine_gen64
1874# else 1874# else
1875# define gzopen gzopen64 1875# define gzopen gzopen64
1876# define gzseek gzseek64 1876# define gzseek gzseek64