Commit c189f4ec authored by David Altobelli's avatar David Altobelli Committed by Linus Torvalds
Browse files

hpilo: increment version



Bump hpilo module version to indicate that the open/close bug is fixed.

Signed-off-by: default avatarDavid Altobelli <david.altobelli@hp.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 839ec545
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>");