> What does `git -C git describe --long` give here? $ git -C git describe --long v2.29.0-0-g69986e19ff and also: $ git -C git tag --list|grep v2.29|grep -v rc v2.29.0 v2.29.1 v2.29.2 > I guess it's time to run `git submodule update`. There's nothing more you can expect with that command now; you've probably missed the previous 'git submodule update --init --recursive': $ git submodule update $ git -C git describe --long v2.29.0-0-g69986e19ff $ git -C git tag --list|grep v2.29|grep -v rc v2.29.0 v2.29.1 v2.29.2
As you can see, nothing has changed, so the issue is still there. -- Jean-Christophe