git: 4772e4135cb3 - stable/12 - Bump __FreeBSD_version to mark clang/llvm 11.0.1 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 22 Dec 2021 10:06:45 UTC
The branch stable/12 has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=4772e4135cb3fe7f25531894f3b02f35ec086bda
commit 4772e4135cb3fe7f25531894f3b02f35ec086bda
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-12-22 10:02:54 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-12-22 10:02:54 +0000
Bump __FreeBSD_version to mark clang/llvm 11.0.1 update
---
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 3a7cf79e918b..857067e511f9 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 1203501 /* Master, propagated to newvers */
+#define __FreeBSD_version 1203502 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,