git: c711af772782 - main - Bump __FreeBSD_version for llvm 17.0.6 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Dec 2023 17:39:23 UTC
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=c711af7727824da79d87f375f3d6829feec3799a
commit c711af7727824da79d87f375f3d6829feec3799a
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2023-12-08 17:36:40 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2023-12-08 17:36:40 +0000
Bump __FreeBSD_version for llvm 17.0.6 merge
PR: 273753
MFC after: 1 month
---
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 107b86707c9e..c79c46ab4342 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500005
+#define __FreeBSD_version 1500006
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,