From c004517e722edc50d4e5b9654bf423f068acaec0 Mon Sep 17 00:00:00 2001 From: Daniel Rossier Date: Sat, 26 Sep 2026 10:07:20 +0200 Subject: [PATCH 1/4] scripts: print the Infrabase release at every invocation Infrabase had no version anywhere but a hardcoded "0.5.0" in the Sphinx configuration. The release is now derived from the git tag, the way SO3 derives its boot banner: - scripts/ibversion.sh prints it: `git describe --tags` of the tree the script belongs to, reduced to the base version (a tagged commit and development on top of v1.0.0 both give "1.0.0", an -rc suffix is kept), with an IB_VERSION_FALLBACK constant for a tree without git metadata. - scripts/common/banner.sh, sourced first thing by every user-facing script, prints "[infrabase v1.0.0]