public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Increment IPMI driver version to v39.0
@ 2006-03-24 13:54 Corey Minyard
  2006-03-24 13:59 ` Matt Domsch
  0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2006-03-24 13:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: Andrew Morton, Matt_Domsch


Need to increment the version number because of the new PCI and
sysfs capabilities of the driver.  People maintaining things for
distros have asked that I do this after interface or major
functional changes.

Signed-off-by: Corey Minyard <minyard@acm.org>

Index: linux-2.6.16/drivers/char/ipmi/ipmi_msghandler.c
===================================================================
--- linux-2.6.16.orig/drivers/char/ipmi/ipmi_msghandler.c
+++ linux-2.6.16/drivers/char/ipmi/ipmi_msghandler.c
@@ -48,7 +48,7 @@
 
 #define PFX "IPMI message handler: "
 
-#define IPMI_DRIVER_VERSION "38.0"
+#define IPMI_DRIVER_VERSION "39.0"
 
 static struct ipmi_recv_msg *ipmi_alloc_recv_msg(void);
 static int ipmi_init_msghandler(void);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-03-24 13:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-24 13:54 [PATCH] Increment IPMI driver version to v39.0 Corey Minyard
2006-03-24 13:59 ` Matt Domsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox