diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-12-25 13:45:52 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-12-25 13:45:52 +0000 |
commit | 85a6b6ed56f25eb8f766b2efbbf0c86aa9848c3a (patch) | |
tree | e342befcb3390ffa36ec19639788bc14e45bf34d /src | |
parent | a7c82c586998da5b64e680a9027a6f5aeba915f5 (diff) |
Update changelog and bump version numberlibs-3.8
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 10abc721..79bcaaa5 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 6:1:4 +libbluetooth_la_LDFLAGS = -version-info 7:0:5 INCLUDES = -I$(top_builddir)/include |