git: 489236b04748 - stable/12 - param.h: Bump __FreeBSD_version for commit 6ae32cc8182f

Rick Macklem rmacklem at FreeBSD.org
Sat Jun 26 23:51:20 UTC 2021


The branch stable/12 has been updated by rmacklem:

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

commit 489236b0474857b0a7a2df77c302290e12be9e7b
Author:     Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-06-26 23:47:59 +0000
Commit:     Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-06-26 23:47:59 +0000

    param.h: Bump __FreeBSD_version for commit 6ae32cc8182f
    
    Commit 6ae32cc8182f changed the internal KAPI between the krpc and
    nfsd modules.  As such, both need to be rebuilt from sources.
    Bump __FreeBSD_version to 1202508.
    
    This is a direct commit.
---
 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 1e3fd909956a..15099849688d 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 1202507	/* Master, propagated to newvers */
+#define __FreeBSD_version 1202508	/* 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