The branch stable/12 has been updated by rmacklem:

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

commit 1e279fe9deaea1c5e3503117dd3077dcffb1276d
Author:     Rick Macklem <rmack...@freebsd.org>
AuthorDate: 2021-05-10 16:00:50 +0000
Commit:     Rick Macklem <rmack...@freebsd.org>
CommitDate: 2021-05-10 16:00:50 +0000

    param.h: Bump __FreeBSD_version to 1202507 for commit e9959506d2cc
    
    Commit e9959506d2cc changed the internal KAPI between the
    nfscl.ko and nfscommon.ko modules, so they 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 89ab74bc07a6..1e3fd909956a 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 1202506      /* Master, propagated to newvers */
+#define __FreeBSD_version 1202507      /* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to