diff options
| -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 eb8e5c1b..c4c555ef 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) | 
