diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/spl/spl-generic.c | 1 | ||||
-rw-r--r-- | module/splat/splat-ctl.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/module/spl/spl-generic.c b/module/spl/spl-generic.c index 3cef48946..351f53670 100644 --- a/module/spl/spl-generic.c +++ b/module/spl/spl-generic.c @@ -759,3 +759,4 @@ module_exit(spl_fini); MODULE_AUTHOR("Lawrence Livermore National Labs"); MODULE_DESCRIPTION("Solaris Porting Layer"); MODULE_LICENSE("GPL"); +MODULE_VERSION(SPL_META_VERSION "-" SPL_META_RELEASE); diff --git a/module/splat/splat-ctl.c b/module/splat/splat-ctl.c index 54b2ff459..6bbe0abba 100644 --- a/module/splat/splat-ctl.c +++ b/module/splat/splat-ctl.c @@ -721,3 +721,4 @@ spl_module_exit(splat_fini); MODULE_AUTHOR("Lawrence Livermore National Labs"); MODULE_DESCRIPTION("Solaris Porting LAyer Tests"); MODULE_LICENSE("GPL"); +MODULE_VERSION(SPL_META_VERSION "-" SPL_META_RELEASE); |