git: 9d1cafb30497 - main - zfs: add version update missing in 0d8fe2373

Martin Matuska mm at FreeBSD.org
Sun Jun 20 08:05:27 UTC 2021


The branch main has been updated by mm:

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

commit 9d1cafb304974e0e919abb269c260a52273bd0b9
Author:     Martin Matuska <mm at FreeBSD.org>
AuthorDate: 2021-06-20 08:04:52 +0000
Commit:     Martin Matuska <mm at 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"


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