diff --git a/sys/contrib/openzfs/META b/sys/contrib/openzfs/META index 4178f1b5daa..0d7df10d47d 100644 --- a/sys/contrib/openzfs/META +++ b/sys/contrib/openzfs/META @@ -2,7 +2,7 @@ Meta: 1 Name: zfs Branch: 1.0 Version: 2.2.0 -Release: rc5 +Release: 1 Release-Tags: relext License: CDDL Author: OpenZFS diff --git a/sys/modules/zfs/zfs_config.h b/sys/modules/zfs/zfs_config.h index b62dbf112b3..9c423a3e3e3 100644 --- a/sys/modules/zfs/zfs_config.h +++ b/sys/modules/zfs/zfs_config.h @@ -1095,7 +1095,7 @@ /* #undef ZFS_IS_GPL_COMPATIBLE */ /* Define the project alias string. */ -#define ZFS_META_ALIAS "zfs-2.2.0-FreeBSD_g2bba9fd47" +#define ZFS_META_ALIAS "zfs-2.2.0-FreeBSD_g95785196f" /* Define the project author. */ #define ZFS_META_AUTHOR "OpenZFS" @@ -1125,7 +1125,7 @@ #define ZFS_META_NAME "zfs" /* Define the project release. */ -#define ZFS_META_RELEASE "FreeBSD_g2bba9fd47" +#define ZFS_META_RELEASE "FreeBSD_g95785196f" /* Define the project version. */ #define ZFS_META_VERSION "2.2.0" diff --git a/sys/modules/zfs/zfs_gitrev.h b/sys/modules/zfs/zfs_gitrev.h index db30da19109..d1341d6a39e 100644 --- a/sys/modules/zfs/zfs_gitrev.h +++ b/sys/modules/zfs/zfs_gitrev.h @@ -1 +1 @@ -#define ZFS_META_GITREV "zfs-2.2.0-rc5-14-g2bba9fd47" +#define ZFS_META_GITREV "zfs-2.2.0-0-g95785196f"