[Release] Bump XeniOS marketing version to v2.0.1

This commit is contained in:
XeniOS
2026-06-08 02:07:11 +09:00
parent 339d21e56d
commit 7e147f4ad8
+3 -3
View File
@@ -14,7 +14,7 @@ Builds and packages Apple release artifacts:
Options:
--out DIR Output directory (default: scratch/artifacts)
--config NAME checked|debug|release|valgrind (default: release)
--version VERSION Marketing version override (defaults to latest vX.Y.Z tag, then 1.0.1)
--version VERSION Marketing version override (defaults to latest vX.Y.Z tag, then 2.0.1)
--build-number NUM Build number override (defaults to git commit count)
--channel NAME release|preview (default: release)
--stage NAME alpha|beta|rc|stable (default: stable)
@@ -48,7 +48,7 @@ Notes:
- iOS packaging creates an ad-hoc-signed .ipa suitable for re-signing.
- This script expects Xcode command line tools (xcodebuild, codesign, hdiutil).
- Marketing version defaults to the latest reachable vX.Y.Z git tag.
- If no matching tag is available, the marketing version falls back to 1.0.1.
- If no matching tag is available, the marketing version falls back to 2.0.1.
- Public release stage defaults to stable.
- Official build numbers default to git rev-list --count HEAD.
EOF
@@ -117,7 +117,7 @@ trim_string() {
}
default_marketing_version() {
printf '%s' "2.0"
printf '%s' "2.0.1"
}
validate_marketing_version() {