Date: Wed, 30 Jun 2021 06:35:15 GMT From: Martin Matuska <mm@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c0149d030023 - main - zfs: update zfs_config.h (missing in 2617128a2) Message-ID: <202106300635.15U6ZF7s017141@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mm: URL: https://cgit.FreeBSD.org/src/commit/?id=c0149d030023a8e4f7c4d668e95ad413ea7ac9db commit c0149d030023a8e4f7c4d668e95ad413ea7ac9db Author: Martin Matuska <mm@FreeBSD.org> AuthorDate: 2021-06-30 06:34:36 +0000 Commit: Martin Matuska <mm@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106300635.15U6ZF7s017141>