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 /lib/csu | |
| 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 '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 bf223d84bc12..8a4bfdc154bf 100644 --- a/lib/csu/common/crtbrand.S +++ b/lib/csu/common/crtbrand.S @@ -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: |
