diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 9176ee00e9e..c77c3818c56 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.2" -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 a900131fe8e..926485f3457 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 1401503 +#define __FreeBSD_version 1402500 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,