From: Marcel Holtmann Date: Wed, 3 Dec 2014 18:46:10 +0000 (+0100) Subject: Bluetooth: Increase minor version of core module X-Git-Tag: firefly_0821_release~176^2~2631^2~17^2~6^2~53 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8ab9731d8c903dc9a2cc53b977979bd757bb76cb;p=firefly-linux-kernel-4.4.55.git Bluetooth: Increase minor version of core module With the addition of support for Bluetooth Low Energy Secure Connections feature, 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 339c74ad4553..4ba15917da5e 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c @@ -31,7 +31,7 @@ #include #include -#define VERSION "2.19" +#define VERSION "2.20" /* Bluetooth sockets */ #define BT_MAX_PROTO 8