summaryrefslogtreecommitdiff
path: root/net/bluetooth
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-10-22 10:29:27 (GMT)
committerJohan Hedberg <johan.hedberg@intel.com>2015-10-22 10:37:26 (GMT)
commit13972adc3240ea8b18b44906b819c622941a64b6 (patch)
treec6a85cc6ac125c02d841359f1084908cc5c01a7e /net/bluetooth
parentaeedebff6961d96e9df58799e6c3a93513d6f66b (diff)
downloadlinux-13972adc3240ea8b18b44906b819c622941a64b6.tar.xz
Bluetooth: Increase minor version of core module
With the addition of support for diagnostic 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')
-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 70f9d94..c557179 100644
--- a/net/bluetooth/af_bluetooth.c
+++ b/net/bluetooth/af_bluetooth.c
@@ -33,7 +33,7 @@
#include "selftest.h"
-#define VERSION "2.20"
+#define VERSION "2.21"
/* Bluetooth sockets */
#define BT_MAX_PROTO 8