summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-12-03 18:46:10 (GMT)
committerJohan Hedberg <johan.hedberg@intel.com>2014-12-03 19:58:25 (GMT)
commit8ab9731d8c903dc9a2cc53b977979bd757bb76cb (patch)
tree03113d88b226d938d2eccde2e3d8194ee6d532df
parent6029ddc2333ae37f637d44beef3a1480cbbb33b9 (diff)
downloadlinux-8ab9731d8c903dc9a2cc53b977979bd757bb76cb.tar.xz
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>
-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 339c74a..4ba1591 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