diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -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 |