git: 1b70e4f53bde - stable/13 - stable/13: bump __FreeBSD_version for kern_openatfp(9)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 31 Jan 2024 01:02:07 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=1b70e4f53bde13988c1b0cf8014484d00d062440
commit 1b70e4f53bde13988c1b0cf8014484d00d062440
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-01-31 00:49:54 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-01-31 00:50:37 +0000
stable/13: bump __FreeBSD_version for kern_openatfp(9)
Sponsored by: The FreeBSD Foundation
---
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 bf8697633d18..d5f5992c4a47 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -59,7 +59,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1302511 /* Master, propagated to newvers */
+#define __FreeBSD_version 1302512 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,