diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-07-14 20:13:51 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-07-14 20:13:51 +0200 |
commit | 78c6a1744fafc3a396f85c1970eb78839b55af74 (patch) | |
tree | ae93d2e5e7c399f09996f5bae360b028ce448cdc /net/bluetooth/af_bluetooth.c | |
parent | 7d0db0a373195385a2e0b19d1f5e4b186fdcffac (diff) | |
download | kernel_samsung_espresso10-78c6a1744fafc3a396f85c1970eb78839b55af74.zip kernel_samsung_espresso10-78c6a1744fafc3a396f85c1970eb78839b55af74.tar.gz kernel_samsung_espresso10-78c6a1744fafc3a396f85c1970eb78839b55af74.tar.bz2 |
[Bluetooth] Update Bluetooth core version number
With all the Bluetooth 2.1 changes and the support for Simple Pairing,
it is important to update the Bluetooth core version number.
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/af_bluetooth.c')
-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 77fe9b8..4e59df5 100644 --- a/net/bluetooth/af_bluetooth.c +++ b/net/bluetooth/af_bluetooth.c @@ -49,7 +49,7 @@ #define BT_DBG(D...) #endif -#define VERSION "2.11" +#define VERSION "2.12" /* Bluetooth sockets */ #define BT_MAX_PROTO 8 |