aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeel Chauhan <nc@FreeBSD.org>2021-05-01 00:56:57 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-05-01 00:56:57 +0000
commitfb34817c686cc130449325499870e36979899801 (patch)
treed067e7fd2388d1330d4c9bbcf655b2bd4faaead0
parent1fbf4377a41096cc1a0fa46b35f7afb4ed21ee98 (diff)
downloadsrc-fb34817c686cc130449325499870e36979899801.tar.gz
src-fb34817c686cc130449325499870e36979899801.zip
param.h: bump __FreeBSD_version for commits efe7f12cd37b and 9781105bea58
Both commits update the linuxkpi to accommodate the drm-kmod 5.5 update.
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
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,