]> git.neil.brown.name Git - history.git/commitdiff
Increment Version Number
authorAdam Belay <ambx1@neo.rr.com>
Tue, 25 Mar 2003 21:37:30 +0000 (21:37 +0000)
committerAdam Belay <ambx1@neo.rr.com>
Tue, 25 Mar 2003 21:37:30 +0000 (21:37 +0000)
drivers/pnp/core.c

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