Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2023 07:25:07 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1cebc9298cf2 - main - Bump __FreeBSD_version after linuxkpi updates.
Message-ID:  <202303280725.32S7P7uC036555@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

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

commit 1cebc9298cf2272da46c3c574d06a80ce59854aa
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-03-28 07:19:53 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-03-28 07:19:53 +0000

    Bump __FreeBSD_version after linuxkpi updates.
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 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 cf8755f2ac99..a40003c1d688 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1400084
+#define __FreeBSD_version 1400085
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303280725.32S7P7uC036555>