Release 4.50
diff --git a/ChangeLog b/ChangeLog
index 1c0b2dc..d06f494 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+ver 4.50:
+	Fix issue with missing manual pages in distribution.
+	Fix issue with the configuration and state directories.
+	Fix issue with creating include directory.
+	Fix dependencies of include file generation.
+
 ver 4.49:
 	Add simple test program for basic GAP testing.
 	Add support for confirmation requests to agent example.
diff --git a/configure.ac b/configure.ac
index d9a6189..9e5279d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(bluez, 4.49)
+AC_INIT(bluez, 4.50)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)