Skip to content

Commit

Permalink
Bluetooth: Increase minor version of core module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marcel Holtmann authored and Johan Hedberg committed Oct 22, 2015
1 parent aeedebf commit 13972ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bluetooth/af_bluetooth.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#include "selftest.h"

#define VERSION "2.20"
#define VERSION "2.21"

/* Bluetooth sockets */
#define BT_MAX_PROTO 8
Expand Down

0 comments on commit 13972ad

Please sign in to comment.