From: Marcel Holtmann Date: Sat, 7 Dec 2013 17:06:24 +0000 (-0800) Subject: Bluetooth: Increase minor version of core module X-Git-Tag: v3.14-rc1~94^2~3^2^2~67^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6d1649050aa7da42f9c0901dc7fa3971254648f;p=platform%2Fkernel%2Flinux-stable.git Bluetooth: Increase minor version of core module With the addition of L2CAP Connection Oriented Channels for Bluetooth Low Energy connections, it makes sense to increase the minor version of the Bluetooth core module. The module version is not used anywhere, but it gives a nice extra hint for debugging purposes. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c index 56ca494..0c5866b 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c @@ -31,7 +31,7 @@ #include #include -#define VERSION "2.17" +#define VERSION "2.18" /* Bluetooth sockets */ #define BT_MAX_PROTO 8