Skip to content

Commit

Permalink
Version 0.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
JarredAllen committed Jul 16, 2019
1 parent a76a82c commit 25836d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pokemon.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Jarred Allen");
MODULE_DESCRIPTION("A device for printing the lyrics to the Pokemon theme song");
MODULE_VERSION("0.1");

static int dev_open(struct inode*, struct file*);
static int dev_release(struct inode*, struct file*);
Expand Down

0 comments on commit 25836d9

Please sign in to comment.