Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index b3bbb25..c77d7b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+ver 2.7:
+	Fix display of decoded LMP features.
+	Update company identifiers.
+	Add AFH related types.
+	Add first bits from EDR prototyping specification.
+	Add support for inquiry with RSSI.
+	Add HCRP related SDP functions.
+	Add HIDP header file.
+
 ver 2.6:
 	Use R2 for default value of pscan_rep_mode.
 	Add new company identifiers.
diff --git a/configure.in b/configure.in
index 9059aaf..253f256 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-libs, 2.6)
+AM_INIT_AUTOMAKE(bluez-libs, 2.7)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE
diff --git a/libs.spec b/libs.spec
index 6a66051..ff758dd 100644
--- a/libs.spec
+++ b/libs.spec
@@ -1,5 +1,5 @@
 # Note that this is NOT a relocatable package
-%define ver      2.6
+%define ver      2.7
 %define RELEASE  1
 %define rel      %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
 %define prefix   /usr