diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-10-22 12:29:27 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-10-22 13:37:26 +0300 |
commit | 13972adc3240ea8b18b44906b819c622941a64b6 (patch) | |
tree | c6a85cc6ac125c02d841359f1084908cc5c01a7e /net/bluetooth | |
parent | aeedebff6961d96e9df58799e6c3a93513d6f66b (diff) | |
download | linux-13972adc3240ea8b18b44906b819c622941a64b6.tar.bz2 |
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.c | 2 |
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 |