git: c0149d030023 - main - zfs: update zfs_config.h (missing in 2617128a2)

Martin Matuska mm at FreeBSD.org
Wed Jun 30 06:35:16 UTC 2021


The branch main has been updated by mm:

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

commit c0149d030023a8e4f7c4d668e95ad413ea7ac9db
Author:     Martin Matuska <mm at FreeBSD.org>
AuthorDate: 2021-06-30 06:34:36 +0000
Commit:     Martin Matuska <mm at FreeBSD.org>
CommitDate: 2021-06-30 06:34:36 +0000

    zfs: update zfs_config.h (missing in 2617128a2)
---
 sys/modules/zfs/zfs_config.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/modules/zfs/zfs_config.h b/sys/modules/zfs/zfs_config.h
index ae32a588b104..7983ac8959e7 100644
--- a/sys/modules/zfs/zfs_config.h
+++ b/sys/modules/zfs/zfs_config.h
@@ -734,7 +734,7 @@
 /* #undef ZFS_IS_GPL_COMPATIBLE */
 
 /* Define the project alias string. */
-#define ZFS_META_ALIAS "zfs-2.1.99-FreeBSD_g5e2c8338b"
+#define ZFS_META_ALIAS "zfs-2.1.99-FreeBSD_g4694131a0"
 
 /* Define the project author. */
 #define ZFS_META_AUTHOR "OpenZFS"
@@ -743,7 +743,7 @@
 /* #undef ZFS_META_DATA */
 
 /* Define the maximum compatible kernel version. */
-#define ZFS_META_KVER_MAX "5.12"
+#define ZFS_META_KVER_MAX "5.13"
 
 /* Define the minimum compatible kernel version. */
 #define ZFS_META_KVER_MIN "3.10"
@@ -764,7 +764,7 @@
 #define ZFS_META_NAME "zfs"
 
 /* Define the project release. */
-#define ZFS_META_RELEASE "FreeBSD_g5e2c8338b"
+#define ZFS_META_RELEASE "FreeBSD_g4694131a0"
 
 /* Define the project version. */
 #define ZFS_META_VERSION "2.1.99"


More information about the dev-commits-src-all mailing list