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 @@ -27,6 +27,7 @@ See docs/process.md for more on how version tagging works.
27
27
See also the newly updated
28
28
[ documentation] ( https://emscripten.org/docs/porting/Debugging.html ) which
29
29
covers debugging flags and use cases (#25238 ).
30
+ - SDL3 port updated to 3.2.22. (#25273 )
30
31
31
32
4.0.14 - 09/02/25
32
33
-----------------
Original file line number Diff line number Diff line change 9
9
10
10
from tools import diagnostics
11
11
12
- VERSION = '3.2.4 '
12
+ VERSION = '3.2.22 '
13
13
TAG = f'release-{ VERSION } '
14
- HASH = 'c26a8afeec481e3ae3b435eec405d9f99d78752ebf5118963cd56728ceff23772769f5291df581329488da7489034e835301b08d61a42c811764e24b3542a4c2 '
14
+ HASH = '2d49f43f37b681b3b12918518fc2bb89fd79f64b6f9592cceb504402a9cfb3d5c0ae6f437cdbcd8fdef11065dfb15a86fcb61a58cf1fa41af71a61f767ab7260 '
15
15
SUBDIR = f'SDL-{ TAG } '
16
16
17
17
variants = {'sdl3-mt' : {'PTHREADS' : 1 }}
You can’t perform that action at this time.
0 commit comments