git: fad3f322efb5 - main - param.h: Bump __FreeBSD_version to 1400026 for commit ee29e6f31111

Rick Macklem rmacklem at FreeBSD.org
Fri Jul 16 22:16:19 UTC 2021


The branch main has been updated by rmacklem:

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

commit fad3f322efb53d4924fdda34f9f23f881659c269
Author:     Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-07-16 22:13:27 +0000
Commit:     Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-07-16 22:13:27 +0000

    param.h: Bump __FreeBSD_version to 1400026 for commit ee29e6f31111
    
    Commit ee29e6f31111 changed the internal KAPI between the nfscommon
    and nfsd modules.  Bump __FreeBSD_version to 1400026 since both
    modules will need to 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 96538a949c3f..f1dc6dd2fcd6 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1400025
+#define __FreeBSD_version 1400026
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


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