Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 2021 13:41:31 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 792b602a337d - main - Bump the FreeBSD version after making FPU sections thread-safe in the LinuxKPI.
Message-ID:  <202107311341.16VDfV2P015494@gitrepo.freebsd.org>

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

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

commit 792b602a337ddc5efaa5e5326d9433fe3da7f303
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2021-07-31 13:40:35 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2021-07-31 13:40:57 +0000

    Bump the FreeBSD version after making FPU sections thread-safe in the LinuxKPI.
    
    Differential Revision:  https://reviews.freebsd.org/D29921
    MFC after:      1 week
    Sponsored by:   NVIDIA Networking
---
 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 11d89ea08bba..de7607e6f90d 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 1400027
+#define __FreeBSD_version 1400028
 
 /*
  * __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?202107311341.16VDfV2P015494>