]> git.neil.brown.name Git - history.git/commitdiff
[PNP] Increment Version Number
authorAdam Belay <ambx1@neo.rr.com>
Tue, 5 Aug 2003 21:22:55 +0000 (21:22 +0000)
committerAdam Belay <ambx1@neo.rr.com>
Tue, 5 Aug 2003 21:22:55 +0000 (21:22 +0000)
drivers/pnp/core.c

index 36440cc2d70f61a31bb2833611680635195f939b..fcf32f876c4ab190b08a6ceebb7d691de63f0167 100644 (file)
@@ -169,7 +169,7 @@ void pnp_remove_device(struct pnp_dev *dev)
 
 static int __init pnp_init(void)
 {
-       printk(KERN_INFO "Linux Plug and Play Support v0.96 (c) Adam Belay\n");
+       printk(KERN_INFO "Linux Plug and Play Support v0.97 (c) Adam Belay\n");
        return bus_register(&pnp_bus_type);
 }