diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2022-11-30 00:02:48 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2022-11-30 00:02:48 +0000 |
| commit | f2877ac4fb03265070b1cf97a07eb0e265bcaff9 (patch) | |
| tree | 523a0eba6b0bfa1aea343940f0bd3ede07bd5683 /sys | |
| parent | 4e1a2eb30b78a0d7b4a12babcce870a033ffe566 (diff) | |
release: update to -RELEASErelease/12.4.0
- Switch releng/12.4 from RC2 to RELEASE.
- Add the anticipated 12.4-RELEASE date to UPDATING.
- Set a static __FreeBSD_version.
Approved by: re (implicit)
Sponsored by: Rubicon Communications, LLC ("Netgate")
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 54f36bab7778..5c58afc6eac4 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -49,7 +49,7 @@ TYPE="FreeBSD" REVISION="12.4" -BRANCH="RC2-p2" +BRANCH="RELEASE" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
