git: 341da0077e66 - main - Bump __FreeBSD_version for commits efe7f12 and 9781105
Neel Chauhan
nc at FreeBSD.org
Wed Apr 28 15:08:35 UTC 2021
The branch main has been updated by nc (ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=341da0077e667973483ade98bb993e70f9e16704
commit 341da0077e667973483ade98bb993e70f9e16704
Author: Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-04-28 15:07:05 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-04-28 15:07:05 +0000
Bump __FreeBSD_version for commits efe7f12 and 9781105
These commits have added new APIs to linuxkpi.
---
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 bbfa48d65efe..92161cae13ae 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 1400012 /* Master, propagated to newvers */
+#define __FreeBSD_version 1400013 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the dev-commits-src-main
mailing list