diff options
Diffstat (limited to 'sys/geom/concat/g_concat.h')
-rw-r--r-- | sys/geom/concat/g_concat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/concat/g_concat.h b/sys/geom/concat/g_concat.h index 013356b..81675d8 100644 --- a/sys/geom/concat/g_concat.h +++ b/sys/geom/concat/g_concat.h @@ -34,7 +34,7 @@ #define G_CONCAT_CLASS_NAME "CONCAT" #define G_CONCAT_MAGIC "GEOM::CONCAT" -#define G_CONCAT_VERSION 1 +#define G_CONCAT_VERSION 2 #ifdef _KERNEL #define G_CONCAT_TYPE_MANUAL 0 |