From 368342ae8b0637c2adc8c2fcb052037bf84e0da3 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Mon, 4 Mar 2024 18:23:50 -0700 Subject: [PATCH] Update decomp-toolkit to v0.7.5 --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 435e439..5e85ff7 100755 --- a/configure.py +++ b/configure.py @@ -119,7 +119,7 @@ if not is_windows(): # Tool versions config.binutils_tag = "2.42-1" config.compilers_tag = "20231018" -config.dtk_tag = "v0.7.4" +config.dtk_tag = "v0.7.5" config.sjiswrap_tag = "v1.1.1" config.wibo_tag = "0.6.11"