aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/af_bluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-10-22 12:29:27 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2015-10-22 13:37:26 +0300
commit13972adc3240ea8b18b44906b819c622941a64b6 (patch)
treec6a85cc6ac125c02d841359f1084908cc5c01a7e /net/bluetooth/af_bluetooth.c
parentieee802154: 6lowpan: fix memory leak (diff)
downloadlinux-dev-13972adc3240ea8b18b44906b819c622941a64b6.tar.xz
linux-dev-13972adc3240ea8b18b44906b819c622941a64b6.zip
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/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 70f9d945faf7..c55717929213 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