diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-11-24 09:42:12 -0800 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-11-24 09:42:12 -0800 |
| commit | 91e2d7b9b2732001909b551980bb9dfdcf80805e (patch) | |
| tree | dbabb0878eeccf189e8fe51117522ac44d3772ae | |
| parent | 76883b793db8385dd98bc81ac993f73eeda6164f (diff) | |
15.0: Update to RC4
This will hopefully be the final RC build before the release.
Approved by: re (implicit)
| -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 e5095a8b04bc..53749b31fb6e 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -51,7 +51,7 @@ TYPE="FreeBSD" REVISION="15.0" -BRANCH="RC3" +BRANCH="RC4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
