From 0c38f97c3a647aebbc298b830ac7496bfcb86a7d Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Thu, 5 Dec 2013 00:22:06 +0100 Subject: [PATCH] Update to version 0.8, update NEWS --- NEWS | 4 ++++ bbswitch.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8f46870..1c275ee 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +Version 0.8 - 5 December 2013 + +* Compatibility with Linux 3.13. + Version 0.7 - 28 May 2013 * Fixes a scary WARNING on Linux 3.9. diff --git a/bbswitch.c b/bbswitch.c index 5e2b98f..341608f 100644 --- a/bbswitch.c +++ b/bbswitch.c @@ -36,7 +36,7 @@ #include #include -#define BBSWITCH_VERSION "0.7" +#define BBSWITCH_VERSION "0.8" MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("Toggle the discrete graphics card");