[core] add MODULE_VERSION(), bump DKMS version for first release

This commit is contained in:
Adam Madsen
2021-01-23 12:13:35 -06:00
parent 24c9fc5473
commit 547aec42c4
2 changed files with 3 additions and 1 deletions

View File

@@ -53,3 +53,4 @@ module_exit(vendor_reset_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Geoffrey McRae <geoff@hostfission.com>");
MODULE_AUTHOR("Adam Madsen <adam@ajmadsen.com>");
MODULE_VERSION("0.1.0");