aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-03 19:46:10 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2014-12-03 21:58:25 +0200
commit8ab9731d8c903dc9a2cc53b977979bd757bb76cb (patch)
tree03113d88b226d938d2eccde2e3d8194ee6d532df /net/bluetooth/af_bluetooth.c
parentBluetooth: Add support for Broadcom BCM20702A0 variants firmware download (diff)
downloadlinux-dev-8ab9731d8c903dc9a2cc53b977979bd757bb76cb.tar.xz
linux-dev-8ab9731d8c903dc9a2cc53b977979bd757bb76cb.zip
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 <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 339c74ad4553..4ba15917da5e 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.19"
+#define VERSION "2.20"
/* Bluetooth sockets */
#define BT_MAX_PROTO 8