- Convention: use "v" instead of the version number - Barebox, U-Boot: improve the version hierarchy No longer using a "new" top menu for recent versions Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
8 lines
142 B
Bash
8 lines
142 B
Bash
# Elixir definitions for Coreboot
|
|
|
|
list_tags_h()
|
|
{
|
|
echo "$tags" |
|
|
tac |
|
|
sed -r 's/^([0-9]*)\.([0-9]*)(.*)$/v\1 v\1.\2 \1.\2\3/'
|
|
}
|