diff options
Diffstat (limited to 'sys/modules/zfs/zfs_config.h')
-rw-r--r-- | sys/modules/zfs/zfs_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/zfs/zfs_config.h b/sys/modules/zfs/zfs_config.h index aab672a77324..24fb572f00b0 100644 --- a/sys/modules/zfs/zfs_config.h +++ b/sys/modules/zfs/zfs_config.h @@ -1110,7 +1110,7 @@ /* #undef ZFS_IS_GPL_COMPATIBLE */ /* Define the project alias string. */ -#define ZFS_META_ALIAS "zfs-2.2.99-231-FreeBSD_g688514e47" +#define ZFS_META_ALIAS "zfs-2.2.99-239-FreeBSD_ga03ebd9be" /* Define the project author. */ #define ZFS_META_AUTHOR "OpenZFS" @@ -1140,7 +1140,7 @@ #define ZFS_META_NAME "zfs" /* Define the project release. */ -#define ZFS_META_RELEASE "231-FreeBSD_g688514e47" +#define ZFS_META_RELEASE "239-FreeBSD_ga03ebd9be" /* Define the project version. */ #define ZFS_META_VERSION "2.2.99" |