zfs: update zfs_config.h and zfs_gitrev.h missed in 47bb16f8f0

This commit is contained in:
Martin Matuska 2023-11-17 10:00:16 +01:00
parent 47bb16f8f0
commit cf0ad6fd64
2 changed files with 4 additions and 4 deletions

View file

@ -1110,7 +1110,7 @@
/* #undef ZFS_IS_GPL_COMPATIBLE */
/* Define the project alias string. */
#define ZFS_META_ALIAS "zfs-2.2.99-202-FreeBSD_g887a3c533"
#define ZFS_META_ALIAS "zfs-2.2.99-211-FreeBSD_g03e9caaec"
/* Define the project author. */
#define ZFS_META_AUTHOR "OpenZFS"
@ -1119,7 +1119,7 @@
/* #undef ZFS_META_DATA */
/* Define the maximum compatible kernel version. */
#define ZFS_META_KVER_MAX "6.5"
#define ZFS_META_KVER_MAX "6.6"
/* Define the minimum compatible kernel version. */
#define ZFS_META_KVER_MIN "3.10"
@ -1140,7 +1140,7 @@
#define ZFS_META_NAME "zfs"
/* Define the project release. */
#define ZFS_META_RELEASE "202-FreeBSD_g887a3c533"
#define ZFS_META_RELEASE "211-FreeBSD_g03e9caaec"
/* Define the project version. */
#define ZFS_META_VERSION "2.2.99"

View file

@ -1 +1 @@
#define ZFS_META_GITREV "zfs-2.2.99-202-g887a3c533"
#define ZFS_META_GITREV "zfs-2.2.99-211-g03e9caaec"