aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2015-08-12 14:17:41 +0000
committerGlen Barber <gjb@FreeBSD.org>2015-08-12 14:17:41 +0000
commit657eb598102870bc1f1f3a5272b5d51bfb2c95ee (patch)
tree2214e27c21bd6aeab9e53f223297c62775d8772b
parent7be98fc39b1deab47078ed76232c6272966a0152 (diff)
Update releng/10.2 to -RELEASE status, and prepare for finalupstream/10.2.0release/10.2.0
10.2-RELEASE builds. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
-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 367f52790c73..7c89ae682b8d 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.2"
-BRANCH="RC3"
+BRANCH="RELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi