aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2013-10-13 13:09:02 -0700
committerJohan Hedberg <johan.hedberg@intel.com>2013-10-13 23:35:35 +0300
commitdcbc729eef18b93e689d853aa8ccc41549e7fd58 (patch)
tree51758271ff91a328d62665d70a1989b6ed216a10
parent2edf870d198adeb43d5a2a5ddfa7e3cea4fc999b (diff)
downloadwl12xx-dcbc729eef18b93e689d853aa8ccc41549e7fd58.tar.gz
Bluetooth: Increase minor version of core module
There have been a lot of changes in the core Bluetooth handling lately. So it is a good idea to increase the module version. The module version is not used anywhere, but it makes debugging a little bit simpler if versions can be distinguished. 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 f0aadeac4455f1..61501c9b34f6a1 100644
--- a/net/bluetooth/af_bluetooth.c
+++ b/net/bluetooth/af_bluetooth.c
@@ -30,7 +30,7 @@
#include <net/bluetooth/bluetooth.h>
#include <linux/proc_fs.h>
-#define VERSION "2.16"
+#define VERSION "2.17"
/* Bluetooth sockets */
#define BT_MAX_PROTO 8