Skip to content

Commit 996793f

Browse files
authored
1 parent 6a5925a commit 996793f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ChangeLog.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ See docs/process.md for more on how version tagging works.
3030
a conflict between the `majorVersion` requested and the WebGL support defined
3131
via linker flags (`MIN_WEBGL_VERSION` and `MAX_WEBGL_VERSION`). This warning
3232
will be turned into a hard failure in a future release. (#23372, #23416)
33+
- zlib port updated from 1.2.13 to 1.3.1. (#23462)
3334

3435
4.0.0 - 01/14/25
3536
----------------

tools/ports/zlib.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
import os
77

8-
VERSION = '1.2.13'
9-
HASH = '44b834fbfb50cca229209b8dbe1f96b258f19a49f5df23b80970b716371d856a4adf525edb4c6e0e645b180ea949cb90f5365a1d896160f297f56794dd888659'
8+
VERSION = '1.3.1'
9+
HASH = '8c9642495bafd6fad4ab9fb67f09b268c69ff9af0f4f20cf15dfc18852ff1f312bd8ca41de761b3f8d8e90e77d79f2ccacd3d4c5b19e475ecf09d021fdfe9088'
1010

1111

1212
def needed(settings):

0 commit comments

Comments
 (0)