diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-02-07 17:35:46 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-02-07 17:35:46 +0100 |
commit | f97601bbe18ddfa7078909f6e8c6218c2a168929 (patch) | |
tree | 58d689871a4a20fff2a4c417c7c8646d9f36b68a /lib | |
parent | b151a8da90d31db611a6c0976252fbc06d93916d (diff) |
Update library version
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 a0a832dc..0cc5d054 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 4:1:1 +libbluetooth_la_LDFLAGS = -version-info 4:2:1 INCLUDES = -I$(top_builddir)/include |