arm64: Reset revision counter

Let's not start from "r12.3-2xx" for this development cycle...
This commit is contained in:
Xi Ruoyao 2025-04-15 18:27:10 +08:00
parent 3f20f8151f
commit 159fc0ab16
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -51,8 +51,8 @@ esac
full_date="$month $day$suffix, $year" full_date="$month $day$suffix, $year"
sha="$(git describe --abbrev=1)" sha="$(git describe --abbrev=1 --match='xry111/arm64-r*')"
rev=arm64-$(echo "$sha" | sed 's/-g[^-]*$//') rev=$(echo "$sha" | sed 's/-g[^-]*$//; s|^xry111/||')
version="$rev" version="$rev"
versiond="$rev-systemd" versiond="$rev-systemd"