git: e3068d2655e2 - stable/13 - Bump __FreeBSD_version to 1302501
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Feb 2023 11:56:44 UTC
The branch stable/13 has been updated by dumbbell (ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=e3068d2655e2aea3e0b462a7298a68d344769ec6
commit e3068d2655e2aea3e0b462a7298a68d344769ec6
Author: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2023-02-16 10:27:43 +0000
Commit: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2023-02-16 11:55:22 +0000
Bump __FreeBSD_version to 1302501
... after adding `totalram_pages()` to linuxkpi. This is needed by the
DRM drivers.
Approved by: manu
---
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 2fa6e9df4fca..9b33cfb5a062 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1302500 /* Master, propagated to newvers */
+#define __FreeBSD_version 1302501 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,