git: 61aea7fa3c2a - main - param.h: bump __FreeBSD_version for commit 875977314881

Rick Macklem rmacklem at FreeBSD.org
Mon Apr 26 23:38:18 UTC 2021


The branch main has been updated by rmacklem:

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

commit 61aea7fa3c2a567245b36bf664fac0c15573c19e
Author:     Rick Macklem <rmacklem at FreeBSD.org>
AuthorDate: 2021-04-26 23:35:18 +0000
Commit:     Rick Macklem <rmacklem at FreeBSD.org>
CommitDate: 2021-04-26 23:35:18 +0000

    param.h: bump __FreeBSD_version for commit 875977314881
    
    Commit 875977314881 changed the internal KPI between the
    nfsd and nfscommon modules, so both 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 4f80ad5972a4..bbfa48d65efe 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 1400011	/* Master, propagated to newvers */
+#define __FreeBSD_version 1400012	/* 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