From 8bd07d14af8fe9a1baab1d2fd3f1bd7df4e8dd9f Mon Sep 17 00:00:00 2001 From: Lekensteyn Date: Sun, 15 Jan 2012 17:18:14 +0100 Subject: [PATCH] Bump to version 0.4, update NEWS --- NEWS | 5 +++++ bbswitch.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1d1c033..4cfec07 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 0.4 - 15 January 2012 + +* Support for models that have a "3D controller" instead of "VGA compatible + controller". + Version 0.3 - 14 January 2012 * Support for models that have the nvidia DSM method on the integrated Intel diff --git a/bbswitch.c b/bbswitch.c index 199229d..1c1d0be 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.3"); +MODULE_VERSION("0.4"); enum { CARD_UNCHANGED = -1,