aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-05-19 21:20:53 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-05-19 21:20:53 +0000
commitb2aa64d05bd8b04a1bdb63f2a5f9de39c600b463 (patch)
tree26e5f2e06c4fced3e30748ead876f5662227af80
parent3afe1c2e181712afd0120e14267f92050de434f7 (diff)
downloadsrc-b2aa64d05bd8b04a1bdb63f2a5f9de39c600b463.tar.gz
src-b2aa64d05bd8b04a1bdb63f2a5f9de39c600b463.zip
Bump __FreeBSD_version for new variants of *DRIVER_MODULE*().
This is a direct commit to stable/13. The devclass argument and global devclass variables will not be removed on stable branches, but bump the version just in case.
-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 a963a8486171..a0f1b9f7945b 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 1301502 /* Master, propagated to newvers */
+#define __FreeBSD_version 1301503 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,