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 @@ -20,6 +20,7 @@ See docs/process.md for more on how version tagging works.
2020
21215.0.2 (in development)
2222----------------------
23+ - SDL2 port updated from 2.32.8 to 2.32.10. (#26298 )
2324- The remaining launcher scripts (e.g. ` emcc.bat ` ) were removed from the git
2425 repository. These scripts are created by the ` ./bootstrap ` script which
2526 must be run before the toolchain is usable (for folks using a git checkout of
Original file line number Diff line number Diff line change 55
66import os
77
8- VERSION = '2.32.8 '
8+ VERSION = '2.32.10 '
99TAG = f'release-{ VERSION } '
10- HASH = 'e90a78e758d6da76ef1f79de4795e872887124d6a286181a9980163cde11e3b6e34f8f2e6f770dfa4a970a9324d18dab78499849226901f5974ef3342e5b748a '
10+ HASH = '001738b610b42a8f8badfd6af3402f0a1a8601034adef0b8c702dd2b1951dc1b71b733a6779d97499b6f7314d226ec0c8dcffeb753f35a5c51e995ca20bdd459 '
1111SUBDIR = f'SDL-{ TAG } '
1212
1313variants = {'sdl2-mt' : {'PTHREADS' : 1 }}
You can’t perform that action at this time.
0 commit comments