aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm/core.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-16 10:09:50 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-02-27 06:14:34 +0100
commit5f9018af004fa8635bbbe3ab2dc61e8a686edfaa (patch)
tree7d31fb740d7ddff8835c7ece90780a47ae1559cc /net/bluetooth/rfcomm/core.c
parent0588d94fd7e414367a7ae517569d2222441c255f (diff)
downloadkernel_samsung_smdk4412-5f9018af004fa8635bbbe3ab2dc61e8a686edfaa.zip
kernel_samsung_smdk4412-5f9018af004fa8635bbbe3ab2dc61e8a686edfaa.tar.gz
kernel_samsung_smdk4412-5f9018af004fa8635bbbe3ab2dc61e8a686edfaa.tar.bz2
Bluetooth: Update version numbers
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>
Diffstat (limited to 'net/bluetooth/rfcomm/core.c')
-rw-r--r--net/bluetooth/rfcomm/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/rfcomm/core.c b/net/bluetooth/rfcomm/core.c
index dafaee9..ad0e25a 100644
--- a/net/bluetooth/rfcomm/core.c
+++ b/net/bluetooth/rfcomm/core.c
@@ -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;