git: f3dbef108212 - main - Bump __FreeBSD_version for llvm 19.1.2 merge
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Oct 2024 18:32:46 UTC
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=f3dbef108212460489ae68b4c47e20b73984f433
commit f3dbef108212460489ae68b4c47e20b73984f433
Author: Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-10-23 16:49:02 +0000
Commit: Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-10-23 18:27:43 +0000
Bump __FreeBSD_version for llvm 19.1.2 merge
PR: 280562
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 8af2f9594bc1..7647c0d6e518 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 1500025
+#define __FreeBSD_version 1500026
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,