The branch stable/13 has been updated by nc (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=fb34817c686cc130449325499870e36979899801
commit fb34817c686cc130449325499870e36979899801 Author: Neel Chauhan <[email protected]> AuthorDate: 2021-05-01 00:56:57 +0000 Commit: Neel Chauhan <[email protected]> CommitDate: 2021-05-01 00:56:57 +0000 param.h: bump __FreeBSD_version for commits efe7f12cd37b and 9781105bea58 Both commits update the linuxkpi to accommodate the drm-kmod 5.5 update. --- 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 c93eccc143dd..db5a31d60267 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 1300503 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300504 /* Master, propagated to newvers */ /* * __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]"
