From eb6b127d9ce10949f00bcad8c5953b7092c92d12 Mon Sep 17 00:00:00 2001 From: Xylemon Date: Tue, 19 Sep 2023 22:03:44 -0700 Subject: [PATCH] Updated library zlib to 1.3 in Makefile --- engine/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Makefile b/engine/Makefile index fd44b9020..182e27abd 100644 --- a/engine/Makefile +++ b/engine/Makefile @@ -81,7 +81,7 @@ MAKE:=$(MAKE) --no-print-directory SVNREVISION="$(SVNREVISION)" SVN_VERSION="$(S #update these to download+build a different version. this assumes that the url+subdirs etc contain a consistant version everywhere. JPEGVER=9c -ZLIBVER=1.2.13 +ZLIBVER=1.3 PNGVER=1.6.39 OGGVER=1.3.4 VORBISVER=1.3.6