git: 45eabf5754ac - main - Bump __FreeBSD_version after f2583be110ca

Mitchell Horne mhorne at FreeBSD.org
Wed Feb 17 16:09:40 UTC 2021


The branch main has been updated by mhorne:

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

commit 45eabf5754ac1d291bd677fdf29f59ce4bbc2c8f
Author:     Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-02-17 15:56:40 +0000
Commit:     Mitchell Horne <mhorne at FreeBSD.org>
CommitDate: 2021-02-17 16:09:06 +0000

    Bump __FreeBSD_version after f2583be110ca
    
    Provide a compatibility point around the ABI-breaking change.
    
    Sponsored by:   The FreeBSD Foundation
---
 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 fa02b55d1f1b..0f0854f359fd 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 1400004	/* Master, propagated to newvers */
+#define __FreeBSD_version 1400005	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


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