git: 3b17e19f026f - main - bootstrap: bump minimum supported version

From: Warner Losh <imp_at_FreeBSD.org>
Date: Wed, 02 Mar 2022 05:55:44 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=3b17e19f026f44637dcd3e0f2e582311c9a69286

commit 3b17e19f026f44637dcd3e0f2e582311c9a69286
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-03-02 05:54:53 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-03-02 05:55:28 +0000

    bootstrap: bump minimum supported version
    
    Bump the minimum supported version to build -current from to 11.3R in
    preparation of removing support for older systems.  11.4R was selected
    as the most recent version to go out of support.
    
    Sponsored by:           Netflix
    Reviewed by:            delphij, emaste
    Differential Revision:  https://reviews.freebsd.org/D32444
---
 Makefile.inc1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.inc1 b/Makefile.inc1
index 5d060f9f6d63..04c44d8e297b 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -673,8 +673,8 @@ PACKAGE=	kernel
 
 BOOTSTRAPPING?=	0
 # Keep these in sync
-MINIMUM_SUPPORTED_OSREL?= 1002501
-MINIMUM_SUPPORTED_REL?= 10.3
+MINIMUM_SUPPORTED_OSREL?= 1104001
+MINIMUM_SUPPORTED_REL?= 11.4
 
 # Common environment for world related stages
 CROSSENV+=	\