From 7e792ef1768bbeeef59a3bcf58c1f6d08b987a9b Mon Sep 17 00:00:00 2001 From: Lekensteyn Date: Fri, 30 Dec 2011 15:49:01 +0100 Subject: [PATCH] Bump module version to 0.2 --- bbswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbswitch.c b/bbswitch.c index ac63c96..402d9f0 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -19,7 +19,7 @@ MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Toggle the discrete graphics card"); MODULE_AUTHOR("Peter Lekensteyn "); -MODULE_VERSION("0.1"); +MODULE_VERSION("0.2"); extern struct proc_dir_entry *acpi_root_dir;