Bluetooth: Update version numbers
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 16 Jan 2009 09:09:50 +0000 (10:09 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 27 Feb 2009 05:14:34 +0000 (06:14 +0100)
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>
net/bluetooth/af_bluetooth.c
net/bluetooth/l2cap.c
net/bluetooth/rfcomm/core.c

index 7c0031ff8cfbbc6b672880f445d33bf6632e8256..0d1b94da978e6b9236ba452130c4efbcb3711ea4 100644 (file)
@@ -41,7 +41,7 @@
 
 #include <net/bluetooth/bluetooth.h>
 
-#define VERSION "2.14"
+#define VERSION "2.15"
 
 /* Bluetooth sockets */
 #define BT_MAX_PROTO   8
index 82a9e692baedd00c24ca808a8bce8bbcaf2f256f..71a064fa0285ee9fed853fe830b870239c965044 100644 (file)
@@ -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;
 
index dafaee91cdfbf86d2e205842ac9d68923e2f7564..ad0e25a21832edaac0840a00755534f429f17e86 100644 (file)
@@ -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;