summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2011-03-15 19:54:49 -0700
committerMarcel Holtmann <marcel@holtmann.org>2011-03-15 19:54:49 -0700
commit43bfa365672723b19cf5b5afc0dd117fb8ef83c0 (patch)
tree34932f58cc8d0816eb43cd1ce58851ea86cfc062
parent52e333ff28e6679a68e9ab6c1c67d12c2717838c (diff)
downloadbluez-43bfa365672723b19cf5b5afc0dd117fb8ef83c0.tar.gz
Update library version
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f06b69b04..726720082 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,8 +52,8 @@ include_HEADERS += $(lib_headers)
lib_LTLIBRARIES += lib/libbluetooth.la
lib_libbluetooth_la_SOURCES = $(lib_headers) \
- lib/bluetooth.c lib/hci.c lib/sdp.c lib/uuid.c
-lib_libbluetooth_la_LDFLAGS = -version-info 13:5:10
+ lib/bluetooth.c lib/hci.c lib/sdp.c lib/uuid.c
+lib_libbluetooth_la_LDFLAGS = -version-info 14:0:11
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
CLEANFILES += $(local_headers)