From edbd9c3c32c047820218279613b277adfb80d0ce Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Thu, 7 Sep 2023 20:06:07 -0400 Subject: [PATCH] release: update __FreeBSD_version after branching releng/14.0 Rename from ALPHA to STABLE following the branch. Approved by: re (implicit) Sponsored by: GoFundMe https://www.gofundme.com/f/gjbbsd Sponsored by: PayPal https://paypal.me/gjbbsd --- sys/conf/newvers.sh | 2 +- sys/sys/param.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index efd3afa1651..d9bccdfdf19 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.0" -BRANCH="ALPHA4" +BRANCH="STABLE" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi diff --git a/sys/sys/param.h b/sys/sys/param.h index 9a1ae2e2d8d..e47588c7b87 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -75,7 +75,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400097 +#define __FreeBSD_version 1400500 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,