summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
authorMark Adler <git@madler.net>2025-12-08 05:30:18 -0800
committerMark Adler <git@madler.net>2025-12-08 05:30:18 -0800
commit570720b0c24f9686c33f35a1b3165c1f568b96be (patch)
tree76df0b0062100759f09151fba56122d8e4a9b417 /zlib.h
parent9aa11a7ed2240b1ccaa15fb5c74a639e6d6220d9 (diff)
downloadzlib-1.3.1.2.tar.gz
zlib-1.3.1.2.tar.bz2
zlib-1.3.1.2.zip
Interim version for an audit.
Diffstat (limited to 'zlib.h')
-rw-r--r--zlib.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/zlib.h b/zlib.h
index 842caa8..f7aded9 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.3.1.1, January xxth, 2024 2 version 1.3.1.2, December 8th, 2025
3 3
4 Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler 4 Copyright (C) 1995-2025 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
@@ -41,12 +41,12 @@
41extern "C" { 41extern "C" {
42#endif 42#endif
43 43
44#define ZLIB_VERSION "1.3.1.1-motley" 44#define ZLIB_VERSION "1.3.1.2-audit"
45#define ZLIB_VERNUM 0x1311 45#define ZLIB_VERNUM 0x1312
46#define ZLIB_VER_MAJOR 1 46#define ZLIB_VER_MAJOR 1
47#define ZLIB_VER_MINOR 3 47#define ZLIB_VER_MINOR 3
48#define ZLIB_VER_REVISION 1 48#define ZLIB_VER_REVISION 1
49#define ZLIB_VER_SUBREVISION 1 49#define ZLIB_VER_SUBREVISION 2
50 50
51/* 51/*
52 The 'zlib' compression library provides in-memory compression and 52 The 'zlib' compression library provides in-memory compression and