aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2012-01-04 23:47:20 +0000
committerColin Percival <cperciva@FreeBSD.org>2012-01-04 23:47:20 +0000
commit52876b70cd6330061dc60a87e4880f6ee6ab3d43 (patch)
treeaccdd9c77e36b975dabf380a15989f740a35d96a /sys
parentd7071cce137418952864dba0c9c57ee4f858a5d0 (diff)
Extend the character set accepted by freebsd-update(8) in filereleng/7.3
names in order to allow upgrades to FreeBSD 9.0-RELEASE. Approved by: so (cperciva) Errata Notice: FreeBSD-EN-12:01.freebsd-update
Notes
Notes: svn path=/releng/7.3/; revision=229539
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 2a2f2bb28469..f7a7453499ae 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="7.3"
-BRANCH="RELEASE-p9"
+BRANCH="RELEASE-p10"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi