Turn it all the way up to 11:

- Update FreeBSD version in:
  - UPDATING
  - sys/conf/newvers.sh

- Add 11.0 FreeBSD version for manual pages

- Bump __FreeBSD_version to 1100000

Approved by:	re (implicit)
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2013-10-10 18:05:13 +00:00
parent 783bfbc5a1
commit 006a42a9cb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=256284
5 changed files with 8 additions and 7 deletions

View File

@ -16,8 +16,8 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
head, and then rebuild without this option. The bootstrap process from head, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile. older version of current is a bit fragile.
NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW: NOTE TO PEOPLE WHO THINK THAT FreeBSD 11.x IS SLOW:
FreeBSD 10.x has many debugging features turned on, in both the kernel FreeBSD 11.x has many debugging features turned on, in both the kernel
and userland. These features attempt to detect incorrect use of and userland. These features attempt to detect incorrect use of
system primitives, and encourage loud failure through extra sanity system primitives, and encourage loud failure through extra sanity
checking and fail stop semantics. They also substantially impact checking and fail stop semantics. They also substantially impact

View File

@ -190,7 +190,7 @@ weekly_noid_dirs="/" # Look here
# 400.status-pkg # 400.status-pkg
weekly_status_pkg_enable="NO" # Find out-of-date pkgs weekly_status_pkg_enable="NO" # Find out-of-date pkgs
pkg_version=pkg_version # Use this program pkg_version=pkg_version # Use this program
pkg_version_index=/usr/ports/INDEX-10 # Use this index file pkg_version_index=/usr/ports/INDEX-11 # Use this index file
# 450.status-security # 450.status-security
weekly_status_security_enable="YES" # Security check weekly_status_security_enable="YES" # Security check

View File

@ -45,7 +45,7 @@
.ds doc-str-Lb-libstdthreads C11 Threads Library (libstdthreads, \-lstdthreads) .ds doc-str-Lb-libstdthreads C11 Threads Library (libstdthreads, \-lstdthreads)
. .
.\" Default .Os value .\" Default .Os value
.ds doc-default-operating-system FreeBSD\~10.0 .ds doc-default-operating-system FreeBSD\~11.0
. .
.\" FreeBSD releases not found in doc-common .\" FreeBSD releases not found in doc-common
.ds doc-operating-system-FreeBSD-7.4 7.4 .ds doc-operating-system-FreeBSD-7.4 7.4
@ -54,6 +54,7 @@
.ds doc-operating-system-FreeBSD-9.1 9.1 .ds doc-operating-system-FreeBSD-9.1 9.1
.ds doc-operating-system-FreeBSD-9.2 9.2 .ds doc-operating-system-FreeBSD-9.2 9.2
.ds doc-operating-system-FreeBSD-10.0 10.0 .ds doc-operating-system-FreeBSD-10.0 10.0
.ds doc-operating-system-FreeBSD-11.0 11.0
. .
.\" Definitions not (yet) in doc-syms .\" Definitions not (yet) in doc-syms
. .

View File

@ -31,8 +31,8 @@
# $FreeBSD$ # $FreeBSD$
TYPE="FreeBSD" TYPE="FreeBSD"
REVISION="10.0" REVISION="11.0"
BRANCH="ALPHA6" BRANCH="CURRENT"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE} BRANCH=${BRANCH_OVERRIDE}
fi fi

View File

@ -58,7 +58,7 @@
* in the range 5 to 9. * in the range 5 to 9.
*/ */
#undef __FreeBSD_version #undef __FreeBSD_version
#define __FreeBSD_version 1000055 /* Master, propagated to newvers */ #define __FreeBSD_version 1100000 /* Master, propagated to newvers */
/* /*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,