Release 4.79
diff --git a/ChangeLog b/ChangeLog
index 3f3675b..b891e4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 4.79:
+	Fix issue with adapter initialization race condition.
+	Update new Bluetooth Management interface support.
+
 ver 4.78:
 	Fix various issues with AVDTP timer handling.
 	Fix various issues with handling of mode changes.
diff --git a/configure.ac b/configure.ac
index ace1d5f..b8472a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.78)
+AC_INIT(bluez, 4.79)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)