The branch main has been updated by markj:

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

commit c751d067c166db71ce8bf3a323c62ac3428bd32a
Author:     Mark Johnston <[email protected]>
AuthorDate: 2021-09-07 21:14:36 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2021-09-07 21:14:36 +0000

    Bump __FreeBSD_version for the recent socket KPI changes
    
    Sponsored by:   The FreeBSD Foundation
---
 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 04baa3cf3690..be1488b9011a 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 1400032
+#define __FreeBSD_version 1400033
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to