summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap.c
diff options
context:
space:
mode:
authorGustavo F. Padovan <padovan@profusion.mobi>2010-07-13 11:57:12 -0300
committerMarcel Holtmann <marcel@holtmann.org>2010-07-21 10:39:12 -0700
commitdd135240e8e10295f7e7cdf347800df6e1841437 (patch)
tree65166f3ec06c982a52041d5d66853ad1dd575abe /net/bluetooth/l2cap.c
parentce5706bd69be6b25715ed6cd48a210b5080032bc (diff)
Bluetooth: Update L2CAP version information
We did some changes on the L2CAP configuration process and its behaviour is bit different now. That justifies a updated on the L2CAP version. Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/l2cap.c')
-rw-r--r--net/bluetooth/l2cap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c
index 67a6f59873aa..cdd608d72741 100644
--- a/net/bluetooth/l2cap.c
+++ b/net/bluetooth/l2cap.c
@@ -54,7 +54,7 @@
#include <net/bluetooth/hci_core.h>
#include <net/bluetooth/l2cap.h>
-#define VERSION "2.14"
+#define VERSION "2.15"
static int enable_ertm = 0;