diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-07-13 11:57:12 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-07-21 10:39:12 -0700 |
commit | dd135240e8e10295f7e7cdf347800df6e1841437 (patch) | |
tree | 65166f3ec06c982a52041d5d66853ad1dd575abe /net/bluetooth | |
parent | ce5706bd69be6b25715ed6cd48a210b5080032bc (diff) | |
download | linux-3.10-dd135240e8e10295f7e7cdf347800df6e1841437.tar.gz linux-3.10-dd135240e8e10295f7e7cdf347800df6e1841437.tar.bz2 linux-3.10-dd135240e8e10295f7e7cdf347800df6e1841437.zip |
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')
-rw-r--r-- | net/bluetooth/l2cap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c index 67a6f59873a..cdd608d7274 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; |