summaryrefslogtreecommitdiff
path: root/zlib.h
diff options
context:
space:
mode:
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