aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-02-20 12:44:20 -0800
committerJohan Hedberg <johan.hedberg@intel.com>2014-02-21 06:21:55 +0200
commita747439957ee2d1696a2a1494e5ce0516e153f10 (patch)
tree6f7602d0ae377d10a21310178157578f7be07bda /net/bluetooth/af_bluetooth.c
parentBluetooth: Provide option for changing LE advertising channel map (diff)
downloadlinux-dev-a747439957ee2d1696a2a1494e5ce0516e153f10.tar.xz
linux-dev-a747439957ee2d1696a2a1494e5ce0516e153f10.zip
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 <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/af_bluetooth.c')
-rw-r--r--net/bluetooth/af_bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c
index 0c5866bb49b6..2021c481cdb6 100644
--- a/net/bluetooth/af_bluetooth.c
+++ b/net/bluetooth/af_bluetooth.c
@@ -31,7 +31,7 @@
#include <net/bluetooth/bluetooth.h>
#include <linux/proc_fs.h>
-#define VERSION "2.18"
+#define VERSION "2.19"
/* Bluetooth sockets */
#define BT_MAX_PROTO 8