git: 0ce03eb7e1 - main - handbook: use 13.2 -> 14.0 as example major version upgrade
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Nov 2023 17:40:33 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/doc/commit/?id=0ce03eb7e1d9b37cbb07e4505cab1c17083499a8
commit 0ce03eb7e1d9b37cbb07e4505cab1c17083499a8
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2023-11-22 17:37:49 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-11-22 17:40:24 +0000
handbook: use 13.2 -> 14.0 as example major version upgrade
FreeBSD 12.4 is approaching EOL, and most users should have already
migrated to 13.x. 14.0 is now released, so use it as the example target
version.
Sponsored by: The FreeBSD Foundation
---
documentation/content/en/books/handbook/cutting-edge/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/cutting-edge/_index.adoc b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
index 3d2e32f85b..49b7b8fdec 100644
--- a/documentation/content/en/books/handbook/cutting-edge/_index.adoc
+++ b/documentation/content/en/books/handbook/cutting-edge/_index.adoc
@@ -253,7 +253,7 @@ Upgrades from one minor version of FreeBSD to another are called _minor version_
_Major version_ upgrades increase the major version number. An example:
-- FreeBSD 12.4 to 13.2.
+- FreeBSD 13.2 to 14.0.
Both types of upgrade can be performed by providing `freebsd-update` with a release version target.