aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2022-03-10 00:11:29 +0000
committerGlen Barber <gjb@FreeBSD.org>2022-03-10 00:11:29 +0000
commit08523c8c63bbcdcd3f0d36787a544817cb5b8282 (patch)
tree10263fedcee68471f379c81d858c3716a915fb88 /sys/conf/newvers.sh
parent8824cbace389c440394bb9ea6c127d0f8f85538b (diff)
downloadsrc-08523c8c63bbcdcd3f0d36787a544817cb5b8282.tar.gz
src-08523c8c63bbcdcd3f0d36787a544817cb5b8282.zip
Rename stable/13 to -STABLE now that releng/13.1 has branched
Bump __FreeBSD_version Approved by: re (implicit) Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'sys/conf/newvers.sh')
-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 045eb7da4805..0dfb0a455e55 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.1"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi