The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=45eabf5754ac1d291bd677fdf29f59ce4bbc2c8f
commit 45eabf5754ac1d291bd677fdf29f59ce4bbc2c8f Author: Mitchell Horne <mho...@freebsd.org> AuthorDate: 2021-02-17 15:56:40 +0000 Commit: Mitchell Horne <mho...@freebsd.org> CommitDate: 2021-02-17 16:09:06 +0000 Bump __FreeBSD_version after f2583be110ca Provide a compatibility point around the ABI-breaking change. 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 fa02b55d1f1b..0f0854f359fd 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400004 /* Master, propagated to newvers */ +#define __FreeBSD_version 1400005 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, _______________________________________________ dev-commits-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"