From baaa3587167198f125784ce6d8a60843cdff68f9 Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Fri, 1 Aug 2025 13:15:54 -0700 Subject: [PATCH 1/2] Update liblcm to latest to get fix for LT-22225 & related --- Build/mkall.targets | 2 +- Build/nuget-common/packages.config | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Build/mkall.targets b/Build/mkall.targets index b3ebf71336..102b2d9520 100644 --- a/Build/mkall.targets +++ b/Build/mkall.targets @@ -234,7 +234,7 @@ 5.2.0-beta0003 15.0.0-beta0117 9.4.0.1-beta - 11.0.0-beta0127 + 11.0.0-beta0128 70.1.123 3.6.6 1.1.1-beta0001 diff --git a/Build/nuget-common/packages.config b/Build/nuget-common/packages.config index 7d5b7c9d0f..ff1899135c 100644 --- a/Build/nuget-common/packages.config +++ b/Build/nuget-common/packages.config @@ -50,15 +50,15 @@ - - - - - - - - - + + + + + + + + + From 768c89ce010f2f6fa1ea7fb07bbfc55a56d9087b Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Fri, 1 Aug 2025 13:16:47 -0700 Subject: [PATCH 2/2] Bump version to 9.3.2 Alpha --- Src/MasterVersionInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/MasterVersionInfo.txt b/Src/MasterVersionInfo.txt index 49894fb91a..d12030a8d5 100644 --- a/Src/MasterVersionInfo.txt +++ b/Src/MasterVersionInfo.txt @@ -1,4 +1,4 @@ FWMAJOR=9 FWMINOR=3 -FWREVISION=1 +FWREVISION=2 FWBETAVERSION=Alpha