Release 4.75
diff --git a/ChangeLog b/ChangeLog
index 9aa6d5e..1bc6137 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 4.75:
+	Fix use of uninitialized variable on legacy pairing.
+	Fix mismatch of attribute protocol opcode.
+
 ver 4.74:
 	Fix regression for Legacy Pairing.
 	Fix wrong PSM value for attribute protocol.
diff --git a/configure.ac b/configure.ac
index c23bf2b..eee4c01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.74)
+AC_INIT(bluez, 4.75)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)