From 10a2962cc6e309cae1daab0e65e33fe728ae3ea8 Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 18 Mar 2025 21:38:17 +0100 Subject: [PATCH] git checkout tags/Step49 --- submod.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/submod.sh b/submod.sh index ab9ed7d..2e2f1a8 100755 --- a/submod.sh +++ b/submod.sh @@ -6,13 +6,13 @@ git submodule update --init --recursive # # Use fixed master branch of circle-stdlib then re-update cd circle-stdlib/ -git checkout tags/Step49 +git checkout 3bd135d git submodule update --init --recursive cd - # # Optional update submodules explicitly cd circle-stdlib/libs/circle -git checkout c243194 +git checkout tags/Step49 cd - cd circle-stdlib/libs/circle-newlib #git checkout develop