mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 06:31:37 +00:00
deps: update zlib-ng to 2.1.3
This commit is contained in:
parent
8a7e44d5bc
commit
fe2844661d
2 changed files with 3 additions and 3 deletions
6
deps/zlib-ng/include/zlib.h
vendored
6
deps/zlib-ng/include/zlib.h
vendored
|
@ -49,11 +49,11 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define ZLIBNG_VERSION "2.1.2"
|
||||
#define ZLIBNG_VERNUM 0x020102F0L /* MMNNRRSM: major minor revision status modified */
|
||||
#define ZLIBNG_VERSION "2.1.3"
|
||||
#define ZLIBNG_VERNUM 0x020103F0L /* MMNNRRSM: major minor revision status modified */
|
||||
#define ZLIBNG_VER_MAJOR 2
|
||||
#define ZLIBNG_VER_MINOR 1
|
||||
#define ZLIBNG_VER_REVISION 2
|
||||
#define ZLIBNG_VER_REVISION 3
|
||||
#define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release */
|
||||
#define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
|
||||
|
||||
|
|
BIN
deps/zlib-ng/lib/libz.a
vendored
BIN
deps/zlib-ng/lib/libz.a
vendored
Binary file not shown.
Loading…
Reference in a new issue