diff --git a/NEWS b/NEWS index 15675f1..8f46870 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Version 0.7 - 28 May 2013 + +* Fixes a scary WARNING on Linux 3.9. +* Improved debug information when an ACPI method cannot be executed. +* Added copyright information, update my name. + Version 0.6 - 19 March 2013 * Add workaround for Linux 3.8 regression (not present in earlier or latter diff --git a/bbswitch.c b/bbswitch.c index 39388b5..7f73abe 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -36,7 +36,7 @@ #include #include -#define BBSWITCH_VERSION "0.6" +#define BBSWITCH_VERSION "0.7" MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Toggle the discrete graphics card");