git: 0b7be89b329e - stable/12 - Bump __FreeBSD_version to mark clang/llvm 13.0.0 update
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 25 Dec 2021 11:56:35 UTC
The branch stable/12 has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=0b7be89b329e0f862c25f34abfb13c75a4d45f2a
commit 0b7be89b329e0f862c25f34abfb13c75a4d45f2a
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2021-12-25 11:53:00 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2021-12-25 11:53:00 +0000
Bump __FreeBSD_version to mark clang/llvm 13.0.0 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 d31ba8da1ffa..dd27b0d02a4f 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 1203504 /* Master, propagated to newvers */
+#define __FreeBSD_version 1203505 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,