diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-07-13 16:57:12 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-07-21 19:39:12 +0200 |
commit | dd135240e8e10295f7e7cdf347800df6e1841437 (patch) | |
tree | 65166f3ec06c982a52041d5d66853ad1dd575abe /net/bluetooth/l2cap.c | |
parent | Bluetooth: Add Copyright notice to L2CAP (diff) | |
download | linux-dd135240e8e10295f7e7cdf347800df6e1841437.tar.xz linux-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/l2cap.c')
-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 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; |