浏览代码

Bluetooth: Increase minor version of core module

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>
Marcel Holtmann 10 年之前
父节点
当前提交
8ab9731d8c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      net/bluetooth/af_bluetooth.c

+ 1 - 1
net/bluetooth/af_bluetooth.c

@@ -31,7 +31,7 @@
 #include <net/bluetooth/bluetooth.h>
 #include <net/bluetooth/bluetooth.h>
 #include <linux/proc_fs.h>
 #include <linux/proc_fs.h>
 
 
-#define VERSION "2.19"
+#define VERSION "2.20"
 
 
 /* Bluetooth sockets */
 /* Bluetooth sockets */
 #define BT_MAX_PROTO	8
 #define BT_MAX_PROTO	8