diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2020-10-23 00:00:52 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2020-10-23 00:00:52 +0000 |
| commit | 1d21fe9cea3f530b4cfca495632d5a1595a32270 (patch) | |
| tree | 8e3e7f653851dc0f45f79dc9b7f2211aea0aa87b /sys | |
| parent | 5a4b7c77cb8ffc9e79192f3e7104cf9827d0343b (diff) | |
- Switch releng/12.2 from RC3 to RELEASE.upstream/12.2.0release/12.2.0
- Add the anticipated 12.2-RELEASE date to UPDATING. Fix
a missing colon in the previous UPDATING entry while here.
- Set a static __FreeBSD_version.
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC (netgate.com)
Diffstat (limited to 'sys')
| -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 7b33e11934a5..4415230630d8 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.2" -BRANCH="RC3" +BRANCH="RELEASE" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
