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,