git: fb34817c686c - stable/13 - param.h: bump __FreeBSD_version for commits efe7f12cd37b and 9781105bea58

Neel Chauhan nc at FreeBSD.org
Sat May 1 00:57:34 UTC 2021


The branch stable/13 has been updated by nc (ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=fb34817c686cc130449325499870e36979899801

commit fb34817c686cc130449325499870e36979899801
Author:     Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-05-01 00:56:57 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-05-01 00:56:57 +0000

    param.h: bump __FreeBSD_version for commits efe7f12cd37b and 9781105bea58
    
    Both commits update the linuxkpi to accommodate the drm-kmod 5.5 update.
---
 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 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,


More information about the dev-commits-src-all mailing list