The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=35a39dc5b34962081eeda8dbcf0b99a31585499b
commit 35a39dc5b34962081eeda8dbcf0b99a31585499b Author: Emmanuel Vadot <[email protected]> AuthorDate: 2021-01-12 11:07:49 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2021-01-12 11:31:00 +0000 Bump __FreeBSD_version after linuxkpi changes --- 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 a1747efbf1b4..8e8ed0b9f00d 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 1300134 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300135 /* 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]"
