Bump version number and update.
diff --git a/ChangeLog b/ChangeLog
index fa80fe1..31c4315 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 eb8e5c1..c4c555e 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@
 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)