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:
parent
aeedebff69
commit
13972adc32
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue