Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index f1131bc..81ba61c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+ver 2.24:
+	Add support for additional access protocols.
+
 ver 2.23:
 	Add constants and definitions for sniff subrating.
 	Add support for allocation of binary text elements.
diff --git a/configure.in b/configure.in
index d89714b..23f3c22 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-libs, 2.23)
+AM_INIT_AUTOMAKE(bluez-libs, 2.24)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE