瀏覽代碼

Bluetooth: Increase the subsystem minor version number

While the subsystem version information are purely informational,
increase the minor number due to the addition of user channel and
management control monitoring suppport. It is helpful for debugging
purposes to see the version numbers change.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Marcel Holtmann 9 年之前
父節點
當前提交
4037a7747d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/net/bluetooth/bluetooth.h

+ 1 - 1
include/net/bluetooth/bluetooth.h

@@ -30,7 +30,7 @@
 #include <linux/seq_file.h>
 #include <linux/seq_file.h>
 
 
 #define BT_SUBSYS_VERSION	2
 #define BT_SUBSYS_VERSION	2
-#define BT_SUBSYS_REVISION	21
+#define BT_SUBSYS_REVISION	22
 
 
 #ifndef AF_BLUETOOTH
 #ifndef AF_BLUETOOTH
 #define AF_BLUETOOTH	31
 #define AF_BLUETOOTH	31