Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jan 2026 16:16:45 +0000
From:      Jean-=?utf-8?Q?S=C3=A9bast?==?utf-8?Q?ien P=C3=A9?=dron <dumbbell@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d185e9fae91a - main - Bump __FreeBSD_version to 1600011 after changes to eventfd
Message-ID:  <697641ed.34bc2.4c64c29@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by dumbbell:

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

commit d185e9fae91a48041363e36a6ee4a2a9c567fc16
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2026-01-24 19:46:12 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2026-01-25 16:04:44 +0000

    Bump __FreeBSD_version to 1600011 after changes to eventfd
    
    This covers the commits that updated the API and the commit that exposes
    that API in linuxkpi for DRM drivers.
    
    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 410d18b53df6..65a244311fee 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1600010
+#define __FreeBSD_version 1600011
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697641ed.34bc2.4c64c29>