File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 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.
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
34354.0.0 - 01/14/25
3536----------------
Original file line number Diff line number Diff line change 55
66import os
77
8- VERSION = '1.2.13 '
9- HASH = '44b834fbfb50cca229209b8dbe1f96b258f19a49f5df23b80970b716371d856a4adf525edb4c6e0e645b180ea949cb90f5365a1d896160f297f56794dd888659 '
8+ VERSION = '1.3.1 '
9+ HASH = '8c9642495bafd6fad4ab9fb67f09b268c69ff9af0f4f20cf15dfc18852ff1f312bd8ca41de761b3f8d8e90e77d79f2ccacd3d4c5b19e475ecf09d021fdfe9088 '
1010
1111
1212def needed (settings ):
You can’t perform that action at this time.
0 commit comments