Update changelog and bump version number
diff --git a/ChangeLog b/ChangeLog
index 4dd7eaf..0200905 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+ver 3.13:
+	Fix some issues with the headset support.
+	Fix concurrent pending connection attempts.
+	Fix usage of devname instead of netdev.
+	Add identifier for Nokia SyncML records.
+	Add command for reading the CSR chip revision.
+	Add generic CSR radio test support.
+
+	Note:
+	This version needs at least bluez-libs-3.13
+
 ver 3.12:
 	Add support for limited discovery mode.
 	Add support for setting of event mask.
diff --git a/configure.in b/configure.in
index 4faea58..be96a00 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 AC_PREREQ(2.50)
 AC_INIT()
 
-AM_INIT_AUTOMAKE(bluez-utils, 3.12)
+AM_INIT_AUTOMAKE(bluez-utils, 3.13)
 AM_CONFIG_HEADER(config.h)
 
 AM_MAINTAINER_MODE