The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=72c551930be195b5ea982c1b16767f54388424f2
commit 72c551930be195b5ea982c1b16767f54388424f2 Author: Emmanuel Vadot <[email protected]> AuthorDate: 2021-01-17 11:22:28 +0000 Commit: Emmanuel Vadot <[email protected]> CommitDate: 2021-01-17 11:47:28 +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 8e8ed0b9f00d..e6765e62a75b 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 1300135 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300136 /* 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-main To unsubscribe, send any mail to "[email protected]"
