diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-06 01:56:04 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-06 01:56:04 +0200 |
commit | 752eb63024b86444a8395954ff51d5eaf7d77550 (patch) | |
tree | c6bafadd2c44d9a812b0e016bd6e1ad86a0ee82c /lib | |
parent | 8bb2cf1165b3be2549e93a6ec7e0673ade4814e5 (diff) |
Use new major version for Bluetooth library
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 065bbe60..574de47c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,7 +2,7 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c -libbluetooth_la_LDFLAGS = -version-info 13:2:11 +libbluetooth_la_LDFLAGS = -version-info 3:0:0 INCLUDES = -I$(top_builddir)/include |