diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +ver 3.5: + Add asynchronous API for SDP. + ver 3.4: Fix UUID128 string lookup handling. Fix malloc() versus bt_malloc() usage. diff --git a/configure.in b/configure.in index 2a863382..69d7d11c 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ AC_PREREQ(2.50) AC_INIT() -AM_INIT_AUTOMAKE(bluez-libs, 3.4) +AM_INIT_AUTOMAKE(bluez-libs, 3.5) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE diff --git a/src/Makefile.am b/src/Makefile.am index 7fc9da99..c4497674 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c -libbluetooth_la_LDFLAGS = -version-info 4:1:2 +libbluetooth_la_LDFLAGS = -version-info 5:0:3 INCLUDES = -I$(top_builddir)/include |