diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2024-09-13 00:00:00 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2024-09-13 00:00:00 +0000 |
| commit | 58066db597befb899b2fe59031b2a32fb9183f0f (patch) | |
| tree | e7ce7b4161bbf5e7bd661f42cbf60c0046771ca9 /lib/csu | |
| parent | 5096328dd7cbe79628098f10ab92eb4ab70d5fce (diff) | |
Update in preparation for 13.4-RELEASErelease/13.4.0
- Bump BRANCH to RELEASE
- Record the anticipated announcement date in UPDATING
- Set a static __FreeBSD_version in crtbrand.S
Approved by: re (implicit)
Sponsored by: Amazon
Diffstat (limited to 'lib/csu')
| -rw-r--r-- | lib/csu/common/crtbrand.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/common/crtbrand.S b/lib/csu/common/crtbrand.S index 0ed86bfba2b2..7935e6b3dddb 100644 --- a/lib/csu/common/crtbrand.S +++ b/lib/csu/common/crtbrand.S @@ -43,7 +43,7 @@ .4byte NT_FREEBSD_ABI_TAG 1: .asciz NOTE_FREEBSD_VENDOR 2: .p2align 2 -3: .4byte __FreeBSD_version +3: .4byte 1304000 4: .section .note.GNU-stack,"",%progbits |
