Skip to content

Commit 13972ad

Browse files
holtmannJohan Hedberg
authored andcommitted
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 <[email protected]> Signed-off-by: Johan Hedberg <[email protected]>
1 parent aeedebf commit 13972ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/bluetooth/af_bluetooth.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
#include "selftest.h"
3535

36-
#define VERSION "2.20"
36+
#define VERSION "2.21"
3737

3838
/* Bluetooth sockets */
3939
#define BT_MAX_PROTO 8

0 commit comments

Comments
 (0)