Skip to content

Commit

Permalink
hpilo: increment version
Browse files Browse the repository at this point in the history
Bump hpilo module version to indicate that the open/close bug is fixed.

Signed-off-by: David Altobelli <david.altobelli@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
David Altobelli authored and Linus Torvalds committed Jan 30, 2009
1 parent 839ec54 commit c189f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/misc/hpilo.c
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ static void __exit ilo_exit(void)
class_destroy(ilo_class);
}

MODULE_VERSION("0.05");
MODULE_VERSION("0.06");
MODULE_ALIAS(ILO_NAME);
MODULE_DESCRIPTION(ILO_NAME);
MODULE_AUTHOR("David Altobelli <david.altobelli@hp.com>");
Expand Down

0 comments on commit c189f4e

Please sign in to comment.