diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-24 15:26:53 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-24 15:26:53 -0700 |
commit | 3c7cdcfe110b2a1564bf663afdf08f66de16a1c0 (patch) | |
tree | 51185d0fed10304cdbaa95d6b09d9603ed4d2b73 | |
parent | 8ddf2e8466abf785d7ffa3da44cf7ce8791c6297 (diff) |
Release 4.504.50
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -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 d9a6189d3..9e5279dc9 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) |