From: Marcel Holtmann Date: Thu, 20 Feb 2014 20:44:20 +0000 (-0800) Subject: Bluetooth: Increase minor version of core module X-Git-Tag: accepted/tizen/common/20141203.182822~316^2~18^2^2~46^2~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a747439957ee2d1696a2a1494e5ce0516e153f10;p=platform%2Fkernel%2Flinux-arm64.git Bluetooth: Increase minor version of core module With the addition of Resolvable Private Address (RPA) resolution support 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 0c5866b..2021c48 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c @@ -31,7 +31,7 @@ #include #include -#define VERSION "2.18" +#define VERSION "2.19" /* Bluetooth sockets */ #define BT_MAX_PROTO 8