Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2022 22:10:51 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6bddde307e21 - main - Bump __FreeBSD_version for pmap_unmap*() and kmem_*() API changes.
Message-ID:  <202209222210.28MMApTd093914@gitrepo.freebsd.org>

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

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

commit 6bddde307e21eba297ac3f3e534b4cf3be81dfe2
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-09-22 22:10:03 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-09-22 22:10:03 +0000

    Bump __FreeBSD_version for pmap_unmap*() and kmem_*() API changes.
    
    Sponsored by:   DARPA
---
 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 dad6af2b1e3f..f875d839d41f 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 1400069
+#define __FreeBSD_version 1400070
 
 /*
  * __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?202209222210.28MMApTd093914>