git: d36cc12ddfe3 - stable/12 - param.h: bump __FreeBSD_version to 1202506 for commit 0a1fdb867c72

Rick Macklem rmacklem at FreeBSD.org
Fri Apr 30 23:31:28 UTC 2021


The branch stable/12 has been updated by rmacklem:

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

commit d36cc12ddfe3335ec8306bd4b393f11069551fa0
Author:     Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-04-30 23:28:46 +0000
Commit:     Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-04-30 23:28:46 +0000

    param.h: bump __FreeBSD_version to 1202506 for commit 0a1fdb867c72
    
    Commit 0a1fdb867c72 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 1473009481e0..89ab74bc07a6 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 1202505	/* Master, propagated to newvers */
+#define __FreeBSD_version 1202506	/* 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