Bluetooth: Increase minor version of core module
authorMarcel Holtmann <marcel@holtmann.org>
Wed, 3 Dec 2014 18:46:10 +0000 (19:46 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 3 Dec 2014 19:58:25 +0000 (21:58 +0200)
With the addition of support for Bluetooth Low Energy Secure Connections
feature, it makes sense to increase the minor version of the Bluetooth
core module.

The module version is not used anywhere, but it gives a nice extra
hint for debugging purposes.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
net/bluetooth/af_bluetooth.c

index 339c74ad45538f931ee1c31edb96c3f3f3298074..4ba15917da5e18c644d3a4ea3f0664b424ab8445 100644 (file)
@@ -31,7 +31,7 @@
 #include <net/bluetooth/bluetooth.h>
 #include <linux/proc_fs.h>
 
-#define VERSION "2.19"
+#define VERSION "2.20"
 
 /* Bluetooth sockets */
 #define BT_MAX_PROTO   8