From abcf07e5ae567db7fda781cd9d74e0e50eb5556e Mon Sep 17 00:00:00 2001 From: Luke Street Date: Sun, 13 Oct 2024 13:44:14 -0600 Subject: [PATCH] Bump dtk_tag to v1.1.3 --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index da705a25..f6131a07 100755 --- a/configure.py +++ b/configure.py @@ -166,7 +166,7 @@ def version_exists(version: str) -> bool: config.binutils_tag = "2.42-1" config.compilers_tag = "20231018" -config.dtk_tag = "v1.1.2" +config.dtk_tag = "v1.1.3" config.objdiff_tag = "v2.3.2" config.sjiswrap_tag = "v1.1.1" config.wibo_tag = "0.6.11"