diff options
| author | Chris Moerz <freebsd@ny-central.org> | 2024-11-11 19:35:13 +0000 |
|---|---|---|
| committer | Joseph Mingrone <jrm@FreeBSD.org> | 2024-11-11 21:26:54 +0000 |
| commit | bbf36388d0a4db66f47250d368bf43fd4cdd0259 (patch) | |
| tree | b0bde7d69f5ad80939cbc6abaabbc32b6e7c412f | |
| parent | ead5cff50cb77b7c2c3989894825b6c18cc72577 (diff) | |
website/shared/releases: Add missing version macro for FreeBSD 14.2
The website currently fails to render the macro and presents a confusing
"FreeBSD {rel142-current}-STABLE" and incorrect links.
PR: 282652
Reported by: Graham Perrin <grahamperrin@gmail.com>
Reviewed by: cperciva, jrm
Differential Revision: https://reviews.freebsd.org/D47499
| -rw-r--r-- | shared/releases.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/releases.adoc b/shared/releases.adoc index e48d682086..6159d23dfb 100644 --- a/shared/releases.adoc +++ b/shared/releases.adoc @@ -83,6 +83,9 @@ // more (in addition to cleaning up this file) following the 11.3 // release (likely as part of the 11.3 announcement commit). -gjb +:rel142-current-major: 14 +:rel142-current: 14.2 + :rel141-current-major: 14 :rel141-current: 14.1 :rel141-current-date: June 4, 2024 |
