File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ See docs/process.md for more on how version tagging works.
30
30
a conflict between the ` majorVersion ` requested and the WebGL support defined
31
31
via linker flags (` MIN_WEBGL_VERSION ` and ` MAX_WEBGL_VERSION ` ). This warning
32
32
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 )
33
34
34
35
4.0.0 - 01/14/25
35
36
----------------
Original file line number Diff line number Diff line change 5
5
6
6
import os
7
7
8
- VERSION = '1.2.13 '
9
- HASH = '44b834fbfb50cca229209b8dbe1f96b258f19a49f5df23b80970b716371d856a4adf525edb4c6e0e645b180ea949cb90f5365a1d896160f297f56794dd888659 '
8
+ VERSION = '1.3.1 '
9
+ HASH = '8c9642495bafd6fad4ab9fb67f09b268c69ff9af0f4f20cf15dfc18852ff1f312bd8ca41de761b3f8d8e90e77d79f2ccacd3d4c5b19e475ecf09d021fdfe9088 '
10
10
11
11
12
12
def needed (settings ):
You can’t perform that action at this time.
0 commit comments