From 4e5da81321eec26fac8afb69e40caa6f4d76f100 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Sat, 29 Aug 2026 17:51:04 -0700 Subject: [PATCH] Update icebug to 13.4 --- algo/cmake/download_icebug.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algo/cmake/download_icebug.cmake b/algo/cmake/download_icebug.cmake index 960101bb..b5e79474 100644 --- a/algo/cmake/download_icebug.cmake +++ b/algo/cmake/download_icebug.cmake @@ -40,7 +40,7 @@ if (DEFINED ICEBUG_SOURCE_DIR) return() endif () -set(ICEBUG_VERSION "13.1" CACHE STRING "icebug release tag") +set(ICEBUG_VERSION "13.4" CACHE STRING "icebug release tag") set(ICEBUG_VENDOR_DIR "${CMAKE_CURRENT_SOURCE_DIR}/vendor") if (APPLE)