git: c751d067c166 - main - Bump __FreeBSD_version for the recent socket KPI changes

Mark Johnston markj at FreeBSD.org
Tue Sep 7 21:15:07 UTC 2021


The branch main has been updated by markj:

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

commit c751d067c166db71ce8bf3a323c62ac3428bd32a
Author:     Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-09-07 21:14:36 +0000
Commit:     Mark Johnston <markj at FreeBSD.org>
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,


More information about the dev-commits-src-all mailing list