You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parse: fix missing occurrence of ${VERSION_SEPARATOR}
In case of ${STABLE}, the version line comes from a previous utag, which
means it was written by umpf itself using ${VERSION_SEPARATOR}, which
was previously hard-coded as "-". Use it also when parsing back the
version.
Fixes: a864fe6 (2023-04-20, "umpf: split off VERSION_SEPARATOR from VERSION")
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
0 commit comments