Date: Sun, 20 Jun 2021 08:05:26 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: 9d1cafb30497 - main - zfs: add version update missing in 0d8fe2373 Message-ID: <202106200805.15K85Q73019945@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=9d1cafb304974e0e919abb269c260a52273bd0b9 commit 9d1cafb304974e0e919abb269c260a52273bd0b9 Author: Martin Matuska <mm@FreeBSD.org> AuthorDate: 2021-06-20 08:04:52 +0000 Commit: Martin Matuska <mm@FreeBSD.org> CommitDate: 2021-06-20 08:04:52 +0000 zfs: add version update missing in 0d8fe2373 --- sys/modules/zfs/zfs_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/zfs/zfs_config.h b/sys/modules/zfs/zfs_config.h index 6565242f82f9..1e9bdef25a1c 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_gafa7b3484" +#define ZFS_META_ALIAS "zfs-2.1.99-FreeBSD_gc4c162c1e" /* Define the project author. */ #define ZFS_META_AUTHOR "OpenZFS" @@ -764,7 +764,7 @@ #define ZFS_META_NAME "zfs" /* Define the project release. */ -#define ZFS_META_RELEASE "FreeBSD_gafa7b3484" +#define ZFS_META_RELEASE "FreeBSD_gc4c162c1e" /* 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?202106200805.15K85Q73019945>