Bluetooth: btusb: Update version number of the module
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 6 Apr 2015 05:52:16 +0000 (22:52 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Tue, 7 Apr 2015 16:47:11 +0000 (18:47 +0200)
The version number is cosmetic, but pretty handy for debugging purposes
and since the Broadcom protocol support is now optional, just increase
it to indicate the difference.

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

index ea7c726adcb1274dfb08cdc9de025c9b3f99c1a2..8dae3daf821d31aeb1e674f7fa817c22191be794 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "btbcm.h"
 
-#define VERSION "0.7"
+#define VERSION "0.8"
 
 static bool disable_scofix;
 static bool force_scofix;