Skip to content

Commit

Permalink
add MODULE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
djpohly committed Aug 27, 2014
1 parent c5fe75d commit b8bdcb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mod/piuio.c
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ static struct usb_driver piuio_driver = {

MODULE_AUTHOR("Devin J. Pohly");
MODULE_DESCRIPTION("PIUIO input/output driver");
MODULE_VERSION("0.3.1");
MODULE_LICENSE("GPL");

module_usb_driver(piuio_driver);

0 comments on commit b8bdcb5

Please sign in to comment.