diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2012-04-08 05:09:40 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2012-04-08 05:09:40 +0000 |
commit | 915811868a30c1b5102817451d79f22206cded3b (patch) | |
tree | 69ad4751ec2954f3b709b7fc7ca6b7e14c7df572 | |
parent | 56be5e070a640218587e72b8dca73db239a4d46f (diff) |
Ready for 8.3-RELEASE builds to start.
Approved by: re (implicit)
Notes
Notes:
svn path=/releng/8.3/; revision=234022
-rw-r--r-- | sys/conf/newvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 739ef9ae5b1c..609f965666fc 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="8.3" -BRANCH="RC2" +BRANCH="RELEASE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |