diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2022-05-11 23:59:24 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2022-05-11 23:59:24 +0000 |
| commit | fc952ac2212b121aa6eefc273f5960ec3e0a466d (patch) | |
| tree | a85029a219d7a086126b0db4535f5878516368e9 /sys | |
| parent | 9470a2f7da488f3c14051e39691fbfddcf2aa0fe (diff) | |
Update in preparation of 13.1-RELEASEupstream/13.1.0release/13.1.0
- Bump BRANCH to RELEASE
- Add the anticipated RELEASE announcement date
- 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 e2f2bcdd6e55..c594724d814f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.1" -BRANCH="RC6" +BRANCH="RELEASE" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
