[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090123142529.GA5298@ldl.fc.hp.com>
Date: Fri, 23 Jan 2009 07:25:30 -0700
From: David Altobelli <david.altobelli@...com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, david.altobelli@...com
Subject: [PATCH] increment hpilo version
Bump hpilo module version to indicate that the open/close bug is fixed.
Please CC me on any replies.
Signed-off-by: David Altobelli <david.altobelli@...com>
---
--- drivers/misc/hpilo.c.orig 2009-01-23 08:16:46.000000000 -0600
+++ drivers/misc/hpilo.c 2009-01-23 08:16:58.000000000 -0600
@@ -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@...com>");
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists