From 27ce77d3267c416b09f2c0facd7d64daed00ead6 Mon Sep 17 00:00:00 2001 From: gjb Date: Thu, 11 Jul 2013 19:04:19 +0000 Subject: [PATCH] - Set stable/9 branch to -PRERELEASE status. - Add 9.2 mdoc(7) macro. Approved by: re (implicit) Approved by: kib (mentor) git-svn-id: svn://svn.freebsd.org/base/stable/9@253216 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- gnu/usr.bin/groff/tmac/mdoc.local | 3 ++- sys/conf/newvers.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 0852f23d9..306a3b3a7 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -44,13 +44,14 @@ .ds doc-str-Lb-librtld_db Run-time Linker Debugging Library (librtld_db, \-lrtld_db) . .\" Default .Os value -.ds doc-default-operating-system FreeBSD\~9.1 +.ds doc-default-operating-system FreeBSD\~9.2 . .\" FreeBSD releases not found in doc-common .ds doc-operating-system-FreeBSD-7.4 7.4 .ds doc-operating-system-FreeBSD-8.3 8.3 .ds doc-operating-system-FreeBSD-8.4 8.4 .ds doc-operating-system-FreeBSD-9.1 9.1 +.ds doc-operating-system-FreeBSD-9.2 9.2 .ds doc-operating-system-FreeBSD-10.0 10.0 . .\" Definitions not (yet) in doc-syms diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index a9683b2cc..b40409ed3 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -31,8 +31,8 @@ # $FreeBSD$ TYPE="FreeBSD" -REVISION="9.1" -BRANCH="STABLE" +REVISION="9.2" +BRANCH="PRERELEASE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- 2.45.0