Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 7cd161d..ee26544 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+ver 2.10:
+	Use a define for the configuration directory.
+	Fix string initialization for flags translation.
+	Check for usb_get_busses() and usb_interrupt_read().
+	Add optional support for compiling with PIE.
+	Make installation of the init scripts optional.
+	Make compiling with debug information optional.
+	Don't override CFLAGS from configure.
+
+	Note:
+	This version needs at least bluez-libs-2.10
+
 ver 2.9:
 	Retry SDP connect if busy in the CUPS backend.
 	Use packet type and allow role switch in hcitool.
diff --git a/configure.in b/configure.in
index 1cf6965..52ec052 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 2.9)
+AM_INIT_AUTOMAKE(bluez-utils, 2.10)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE