The branch main has been updated by imp:

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

commit e03e8b07743385e5b199409074fb60b1a9ed1fac
Author:     Warner Losh <[email protected]>
AuthorDate: 2024-05-31 14:45:33 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2024-05-31 14:45:33 +0000

    sys/param.h: Bump FreeBSD_version to 1500019 for CLOCK_ define changes
    
    Redefining CLOCK_BOOTTIME from CLOCK_UPTIME to CLOCK_MONOTONIC is an
    interesting event, create a FreeBSD_version for it.
    
    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 e10b4f506520..75370d5998fb 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 1500018
+#define __FreeBSD_version 1500019
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,

Reply via email to