linuxcommon: add module version

MFC after:	2 weeks
This commit is contained in:
Andriy Gapon 2019-07-10 13:47:10 +00:00
parent 8b55f9f853
commit c66f5b079d

View File

@ -98,3 +98,4 @@ static moduledata_t linux_common_mod = {
};
DECLARE_MODULE(linuxcommon, linux_common_mod, SI_SUB_EXEC, SI_ORDER_ANY);
MODULE_VERSION(linuxcommon, 1);