aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2021-06-20 08:04:52 +0000
committerMartin Matuska <mm@FreeBSD.org>2021-06-20 08:04:52 +0000
commit9d1cafb304974e0e919abb269c260a52273bd0b9 (patch)
tree50efece3c9a3e01d784c797c6844c8758c74ceed
parent0d8fe2373503aeac48492f28073049a8bfa4feb5 (diff)
downloadsrc-9d1cafb304974e0e919abb269c260a52273bd0b9.tar.gz
src-9d1cafb304974e0e919abb269c260a52273bd0b9.zip
zfs: add version update missing in 0d8fe2373
-rw-r--r--sys/modules/zfs/zfs_config.h4
1 files 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"