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>
This commit is contained in:
Marcel Holtmann 2015-10-22 12:29:27 +02:00 committed by Johan Hedberg
parent aeedebff69
commit 13972adc32
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#include "selftest.h" #include "selftest.h"
#define VERSION "2.20" #define VERSION "2.21"
/* Bluetooth sockets */ /* Bluetooth sockets */
#define BT_MAX_PROTO 8 #define BT_MAX_PROTO 8