Skip to content

Commit

Permalink
Update in preparation of 13.1-RELEASE
Browse files Browse the repository at this point in the history
- 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")
  • Loading branch information
Glen Barber authored and Glen Barber committed May 11, 2022
1 parent 9470a2f commit fc952ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions UPDATING
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ Items affecting the ports and packages system can be found in
/usr/ports/UPDATING. Please read that file before updating system packages
and/or ports.

20220516:
13.1-RELEASE.

20220123:
For 64-bit architectures the base system is now built with Position
Independent Executable (PIE) support enabled by default. It may be
Expand Down
2 changes: 1 addition & 1 deletion lib/csu/common/crtbrand.S
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ __FBSDID("$FreeBSD$");
.4byte NT_FREEBSD_ABI_TAG
1: .asciz NOTE_FREEBSD_VENDOR
2: .p2align 2
3: .4byte __FreeBSD_version
3: .4byte 1301000
4:
2 changes: 1 addition & 1 deletion sys/conf/newvers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

TYPE="FreeBSD"
REVISION="13.1"
BRANCH="RC6"
BRANCH="RELEASE"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
Expand Down

0 comments on commit fc952ac

Please sign in to comment.