From: Marcel Holtmann Date: Thu, 22 Oct 2015 10:29:27 +0000 (+0200) Subject: Bluetooth: Increase minor version of core module X-Git-Tag: KARO-TX6UL-2015-11-03~89^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=13972adc3240ea8b18b44906b819c622941a64b6;p=karo-tx-linux.git Bluetooth: Increase minor version of core module With the addition of support for diagnostic 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 70f9d945faf7..c55717929213 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c @@ -33,7 +33,7 @@ #include "selftest.h" -#define VERSION "2.20" +#define VERSION "2.21" /* Bluetooth sockets */ #define BT_MAX_PROTO 8