diff options
author | Max Krasnyansky <maxk@qualcomm.com> | 2002-06-18 20:31:21 +0000 |
---|---|---|
committer | Max Krasnyansky <maxk@qualcomm.com> | 2002-06-18 20:31:21 +0000 |
commit | dbeb655cea31a48a9cadaefd36ad85c1cfb3e556 (patch) | |
tree | fced5720f129cfd508d473914da92f60b88771fa | |
parent | e549aca0820bd58dc7b714f365ff0c46a941dc65 (diff) |
Bump version number and update.libs-2.0-pre10
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +ver 2.0-pre10: + Fix hci_inquiry function to return errors and accept user buffers. + New functions hci_devba, hci_devid, hci_for_each_dev and hci_get_route. + Additional company IDs. + Makefile and other minor fixes. + ver 2.0-pre9: LMP features to string translation support. Additional HCI command and event defines. diff --git a/configure.in b/configure.in index eb8e5c1bc..c4c555efe 100644 --- a/configure.in +++ b/configure.in @@ -9,7 +9,7 @@ dnl Guess host type. AC_CANONICAL_SYSTEM AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(bluez-libs, 2.0) +AM_INIT_AUTOMAKE(bluez-libs, 2.0-pre10) AC_PREFIX_DEFAULT(/usr) |