diff options
author | Gordon Tetlow <gordon@FreeBSD.org> | 2020-12-08 19:10:40 +0000 |
---|---|---|
committer | Gordon Tetlow <gordon@FreeBSD.org> | 2020-12-08 19:10:40 +0000 |
commit | 2120d07af09cb830873554ba5405c5d3e51b41cc (patch) | |
tree | 791263db978a9838d40416cd443c5bc408bd03eb /sys/conf/newvers.sh | |
parent | fc825298b84729facaced36d32c3fc8d111648c1 (diff) | |
download | src-test2-2120d07af09cb830873554ba5405c5d3e51b41cc.tar.gz src-test2-2120d07af09cb830873554ba5405c5d3e51b41cc.zip |
Notes
Diffstat (limited to 'sys/conf/newvers.sh')
-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 98c30a869a7e..d6b2eb7881aa 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.2" -BRANCH="RELEASE-p1" +BRANCH="RELEASE-p2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |