git: e152bbecb221 - main - param.h: bump __FreeBSD_version for commit 7763814fc9c2

Rick Macklem rmacklem at FreeBSD.org
Sun Apr 11 21:53:36 UTC 2021


The branch main has been updated by rmacklem:

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

commit e152bbecb221a592e7dbcabe3d1170a60f0d0dfe
Author:     Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-04-11 21:47:36 +0000
Commit:     Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-04-11 21:50:56 +0000

    param.h: bump __FreeBSD_version for commit 7763814fc9c2
    
    Commit 7763814fc9c2 changed the internal KAPI between the krpc
    and NFS.  As such, the krpc, nfscommon and nfscl modules must
    all be rebuilt from sources.
---
 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 e3230de27bb1..c17c750e2b51 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 1400007	/* Master, propagated to newvers */
+#define __FreeBSD_version 1400008	/* 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