From c7dbd6babb2c7a980460be63352886ed7d7e385c Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 28 May 2013 19:45:04 +0200 Subject: [PATCH] Update to version 0.7, update NEWS --- NEWS | 6 ++++++ bbswitch.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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");