diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2013-10-13 13:09:02 -0700 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2013-10-13 23:35:35 +0300 |
commit | dcbc729eef18b93e689d853aa8ccc41549e7fd58 (patch) | |
tree | 51758271ff91a328d62665d70a1989b6ed216a10 | |
parent | 2edf870d198adeb43d5a2a5ddfa7e3cea4fc999b (diff) | |
download | blackbird-op-linux-dcbc729eef18b93e689d853aa8ccc41549e7fd58.tar.gz blackbird-op-linux-dcbc729eef18b93e689d853aa8ccc41549e7fd58.zip |
Bluetooth: Increase minor version of core module
There have been a lot of changes in the core Bluetooth handling
lately. So it is a good idea to increase the module version.
The module version is not used anywhere, but it makes debugging
a little bit simpler if versions can be distinguished.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
-rw-r--r-- | net/bluetooth/af_bluetooth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/af_bluetooth.c b/net/bluetooth/af_bluetooth.c index f0aadeac4455..61501c9b34f6 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c @@ -30,7 +30,7 @@ #include <net/bluetooth/bluetooth.h> #include <linux/proc_fs.h> -#define VERSION "2.16" +#define VERSION "2.17" /* Bluetooth sockets */ #define BT_MAX_PROTO 8 |