git: a3a02acde100 - main - param.h: bump __FreeBSD_version for commit 4ce1ba652383
Ka Ho Ng
khng at FreeBSD.org
Wed Apr 21 08:22:16 UTC 2021
The branch main has been updated by khng:
URL: https://cgit.FreeBSD.org/src/commit/?id=a3a02acde1009f03dc78e979e051acee9f9247c2
commit a3a02acde1009f03dc78e979e051acee9f9247c2
Author: Ka Ho Ng <khng at FreeBSD.org>
AuthorDate: 2021-04-15 09:54:54 +0000
Commit: Ka Ho Ng <khng at FreeBSD.org>
CommitDate: 2021-04-21 08:21:08 +0000
param.h: bump __FreeBSD_version for commit 4ce1ba652383
Commit 4ce1ba652383 changed the sndstat(4) ioctls nvlist schema and
definitions.
Approved by: philip (mentor)
---
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 24c335b06a8c..fbdb0eb6ea0d 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 1400009 /* Master, propagated to newvers */
+#define __FreeBSD_version 1400010 /* 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