diff --git a/README.md b/README.md index faf6c8c..d255034 100644 --- a/README.md +++ b/README.md @@ -181,9 +181,9 @@ to look wrong: a version with no `+pr` or `+g` means whoever built the image did not pass one. The version says nothing about Stalwart, deliberately. It used to: `2.16.x` had -`16` for the 0.16 generation it targeted, which left nowhere to go when Stalwart -reached 1.0 — `2.1` sorts *below* the `2.16` already deployed, so every image and -About screen would have read as a downgrade. Which Stalwart a build needs is +`16` for the 0.16 generation it targeted, which leaves nowhere to go once +Stalwart reaches 1.0 — `2.1` sorts *below* the `2.16` already deployed, so every +image and About screen would read as a downgrade. Which Stalwart a build needs is stated where it can be precise, in the badge at the top of this file and in [KNOWN-ISSUES.md](KNOWN-ISSUES.md), rather than compressed into one digit. diff --git a/scripts/version.mjs b/scripts/version.mjs index 842d184..ba737b7 100644 --- a/scripts/version.mjs +++ b/scripts/version.mjs @@ -5,12 +5,12 @@ * +pr129 the pull request it arrived through * * The date leads because ihasmail's version used to be `2.16.`, where `16` - * was the Stalwart generation it targeted -- and Stalwart 1.0 leaves that with - * nowhere to go. `2.1` would have sorted *below* the `2.16` already deployed, - * so every image and About screen would have read as a downgrade. Tying our + * was the Stalwart generation it targeted -- and Stalwart 1.0 will leave that + * with nowhere to go. `2.1` would sort *below* the `2.16` already deployed, so + * every image and About screen would read as a downgrade. Tying our * numbering to somebody else's was the mistake; which Stalwart a build needs is * said properly in the README badge and KNOWN-ISSUES, where it can be precise - * ("0.16 or newer; tested against 0.16.19") rather than one digit. + * ("0.16 or newer; tested against 0.16.20") rather than one digit. * * The pull request moved into build metadata, after the `+`, because it is * provenance rather than a position in a sequence: at a hundred merges a week