summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 82d52c73..5ba13db3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 4.4:
+ Add temporary fix for the CUPS compile issue.
+ Add service-api.txt to distribution.
+ Mention the variable prefix of an object path
+
ver 4.3:
Add dummy driver for telephony support.
Add support for discovery sessions.
diff --git a/configure.ac b/configure.ac
index d6e8c9ac..103ddb84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez, 4.3)
+AM_INIT_AUTOMAKE(bluez, 4.4)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE