diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 144584e9014..d5ea5366460 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.1" -BRANCH="PRERELEASE" +BRANCH="STABLE" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi diff --git a/sys/sys/param.h b/sys/sys/param.h index 46f0cf211cf..bc22f975991 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 1400511 +#define __FreeBSD_version 1401500 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,