git: ab3ff87a333a - main - Belately bump __FreeBSD_version for introduction of __libc_start1()

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Sat, 18 Mar 2023 06:31:49 UTC
The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=ab3ff87a333ae586e9a2f779ba323eff8e889791

commit ab3ff87a333ae586e9a2f779ba323eff8e889791
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-03-18 06:21:59 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-03-18 06:31:41 +0000

    Belately bump __FreeBSD_version for introduction of __libc_start1()
    
    and move of most of the initialization code from csu to libc.
    
    Requested by:   jrtc27
    Sponsored by:   The FreeBSD Foundation
    MFC after:      2 weeks
---
 sys/sys/param.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/sys/param.h b/sys/sys/param.h
index 353c0243b6d5..a613dbf7f2b1 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1400082
+#define __FreeBSD_version 1400083
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,