summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-05-09 12:23:53 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-05-09 12:23:53 +0000
commit4e2579e42570a214353809903f6c8bc59db7d5ef (patch)
tree1509d4549af07c30709bc340b3d799ae57efa948
parent0a2a889c91f9b671b7c31bcb6e4e53daf306fb7e (diff)
Update library version
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2be03d47..c52358f3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
-libbluetooth_la_LDFLAGS = -version-info 1:16:0
+libbluetooth_la_LDFLAGS = -version-info 1:17:0
INCLUDES = -I$(top_builddir)/include