Release 4.60
diff --git a/ChangeLog b/ChangeLog
index 49705e7..6bcfdd5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 4.60:
+	Fix voice mailbox number reading from SIM.
+	Fix some races with D-Bus mainloop integration.
+	Add helpers for D-Bus signal watches.
+
 ver 4.59:
 	Add values for Bluetooth 4.0 specification.
 	Add SDP functions for HDP support.
diff --git a/configure.ac b/configure.ac
index d3bb30c..199d2ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.59)
+AC_INIT(bluez, 4.60)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)