git: 21fce617d1de - main - param.h: Bump FreeBSD_version to 1500005

From: Warner Losh <imp_at_FreeBSD.org>
Date: Mon, 27 Nov 2023 05:25:21 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=21fce617d1de231a30833cdd9819ef61277b08d8

commit 21fce617d1de231a30833cdd9819ef61277b08d8
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2023-11-27 05:18:56 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-11-27 05:24:03 +0000

    param.h: Bump FreeBSD_version to 1500005
    
    String of mechancial changes to the tree: sccs id removed, if 0'd
    copyright strings removed, mechanical style fix after htis churn and
    some macros removes from sys/cdefs.h. None of these should need a bump,
    but bump anyway out of an abundance of caution (and everything is going
    to rebuild anyway).
    
    Sponsored by:           Netflix
---
 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 71698ab686ca..107b86707c9e 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 1500004
+#define __FreeBSD_version 1500005
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,