summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-06-13 11:58:23 -0700
committerMarcel Holtmann <marcel@holtmann.org>2012-06-13 11:58:23 -0700
commit933d78a98d7a35342dfef0495822e9e81f998350 (patch)
treec2d8bbe4052bc7516cfc2b1adcdcb1daee8dace5
parentcf75b3f8d213ce6ffdcf1e2587fe0a1974a7b29f (diff)
downloadbluez-933d78a98d7a35342dfef0495822e9e81f998350.tar.gz
Update library version
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d223a7a91..53fcbe982 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -75,7 +75,7 @@ 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 = $(AM_LDFLAGS) -version-info 15:0:12
+lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 16:0:13
lib_libbluetooth_la_DEPENDENCIES = $(local_headers)
noinst_LTLIBRARIES += lib/libbluetooth-private.la