diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2026-06-12 00:00:00 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2026-06-12 00:37:58 +0000 |
| commit | 96841ea08dcfa84b954a32dc5ae1a26c28966cf4 (patch) | |
| tree | f0ef863a504fffb53d04a38db43cb2a461856712 /lib | |
| parent | 328e16f6620420dd130da41b806e1419f5c2c679 (diff) | |
Update in preparation for 15.1-RELEASErelease/15.1.0
- Bump BRANCH to RELEASE
- Add the anticipated RELEASE announcement date
- Set a static __FreeBSD_version
Approved by: re (implicit)
Sponsored by: OpenSats Initiative
Diffstat (limited to 'lib')
| -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 a06f72daa99d..ae7a3369c259 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 1501000 4: .section .note.GNU-stack,"",%progbits |
