diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2023-09-24 08:31:41 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2023-09-24 08:31:41 +0000 |
commit | 4d9d236805de46c9b9f29dc387db58f962276ae1 (patch) | |
tree | a9d074d3e151de425d1eaf572419febde30f2ac4 | |
parent | 4e527c57b377839647ce0d3648b1a241668d63a5 (diff) |
-rw-r--r-- | documentation/content/en/books/handbook/introduction.adoc | 2 | ||||
-rw-r--r-- | shared/releases.adoc | 14 |
2 files changed, 14 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/introduction.adoc b/documentation/content/en/books/handbook/introduction.adoc index 59db5faca8..e8c9282a6a 100644 --- a/documentation/content/en/books/handbook/introduction.adoc +++ b/documentation/content/en/books/handbook/introduction.adoc @@ -1,7 +1,7 @@ [.abstract-title] Abstract -Welcome to FreeBSD! This handbook covers the installation and day to day use of _FreeBSD {rel132-current}-RELEASE_ and _FreeBSD {rel124-current}-RELEASE_. +Welcome to FreeBSD! This handbook covers the installation and day to day use of _FreeBSD {rel140-current}-RELEASE_, _FreeBSD {rel132-current}-RELEASE_ and _FreeBSD {rel124-current}-RELEASE_. This book is the result of ongoing work by many individuals. Some sections might be outdated. Those interested in helping to update and expand this document should send email to the {freebsd-doc}. diff --git a/shared/releases.adoc b/shared/releases.adoc index b913b33bbc..b33b4b5cbb 100644 --- a/shared/releases.adoc +++ b/shared/releases.adoc @@ -63,7 +63,7 @@ // Set to 'INCLUDE' when the schedule is available. -:beta3-upcoming: INCLUDE +:beta3-upcoming: IGNORE // Set to 'INCLUDE' when the installation images are available. @@ -83,6 +83,18 @@ // more (in addition to cleaning up this file) following the 11.3 // release (likely as part of the 11.3 announcement commit). -gjb +:rel140-current-major: 14 +:rel140-current: 14.0 +:rel140-current-date: October 23, 2023 + +:u-rel140-notes: https://www.FreeBSD.org/releases/{rel140-current}R/relnotes/ +:u-rel140-announce: https://www.FreeBSD.org/releases/{rel140-current}R/announce/ +:u-rel140-errata: https://www.FreeBSD.org/releases/{rel140-current}R/errata/ +:u-rel140-hardware: https://www.FreeBSD.org/releases/{rel140-current}R/hardware/ +:u-rel140-installation: https://www.FreeBSD.org/releases/{rel140-current}R/installation/ +:u-rel140-readme: https://www.FreeBSD.org/releases/{rel140-current}R/readme/ +:u-rel140-signatures: https://www.FreeBSD.org/releases/{rel140-current}R/signatures/ + :rel132-current-major: 13 :rel132-current: 13.2 :rel132-current-date: April 11, 2023 |