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,