Skip to content

Commit

Permalink
Bluetooth: Update version numbers
Browse files Browse the repository at this point in the history
With the support for the enhanced security model and the support for
deferring connection setup, it is a good idea to increase various
version numbers.

This is purely cosmetic and has no effect on the behavior, but can
be really helpful when debugging problems in different kernel versions.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
  • Loading branch information
Marcel Holtmann committed Feb 27, 2009
1 parent 0588d94 commit 5f9018a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion net/bluetooth/af_bluetooth.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

#include <net/bluetooth/bluetooth.h>

#define VERSION "2.14"
#define VERSION "2.15"

/* Bluetooth sockets */
#define BT_MAX_PROTO 8
Expand Down
2 changes: 1 addition & 1 deletion net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/l2cap.h>

#define VERSION "2.11"
#define VERSION "2.12"

static u32 l2cap_feat_mask = 0x0000;

Expand Down
2 changes: 1 addition & 1 deletion net/bluetooth/rfcomm/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include <net/bluetooth/l2cap.h>
#include <net/bluetooth/rfcomm.h>

#define VERSION "1.10"
#define VERSION "1.11"

static int disable_cfc = 0;
static int channel_mtu = -1;
Expand Down

0 comments on commit 5f9018a

Please sign in to comment.