git: 2cf84258922f - main - Bump __FreeBSD_version after e63539f3059728ff58328ac0ecb2a7bf4e2f08e8

Dimitry Andric dim at FreeBSD.org
Tue Jan 26 18:44:13 UTC 2021


The branch main has been updated by dim:

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

commit 2cf84258922f306a3f84866685d2f5346f67db58
Author:     Dimitry Andric <dim at FreeBSD.org>
AuthorDate: 2021-01-26 18:43:55 +0000
Commit:     Dimitry Andric <dim at FreeBSD.org>
CommitDate: 2021-01-26 18:43:55 +0000

    Bump __FreeBSD_version after e63539f3059728ff58328ac0ecb2a7bf4e2f08e8
    
    This is to allow ports to detect the clang fix applied in the above
    commit.
    
    PR:             252892
    MFC after:      3 days
---
 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 f540b240e848..341319a72012 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 1400001	/* Master, propagated to newvers */
+#define __FreeBSD_version 1400002	/* 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