Skip to content

Commit

Permalink
deps: update zlib-ng to 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Jan 3, 2025
1 parent 0a4eaec commit 5a55880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deps/zlib-ng/include/zlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
extern "C" {
#endif

#define ZLIBNG_VERSION "2.2.2"
#define ZLIBNG_VERNUM 0x020202F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VERSION "2.2.3"
#define ZLIBNG_VERNUM 0x020203F0L /* MMNNRRSM: major minor revision status modified */
#define ZLIBNG_VER_MAJOR 2
#define ZLIBNG_VER_MINOR 2
#define ZLIBNG_VER_REVISION 2
#define ZLIBNG_VER_REVISION 3
#define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */
#define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-E=beta, F=Release */
#define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
Expand Down Expand Up @@ -890,7 +890,7 @@ Z_EXTERN int Z_EXPORT inflateSetDictionary(z_stream *strm, const unsigned char *
deflateSetDictionary). For raw inflate, this function can be called at any
time to set the dictionary. If the provided dictionary is smaller than the
window and there is already data in the window, then the provided dictionary
will amend what's there. The application must insure that the dictionary
will amend what's there. The application must ensure that the dictionary
that was used for compression is provided.
inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
Expand Down
Binary file modified deps/zlib-ng/lib/libz.a
Binary file not shown.

0 comments on commit 5a55880

Please sign in to comment.