summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-18 22:55:19 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-18 22:55:19 +0000
commit137bc70b64b7b1d8280a6580532007e27e2c7e3f (patch)
tree943c58b3b2e85aeba3332cd46f7f49f06e834226
parentf1684dcb1badc1dfba7ad4133b8d6cac3e77c759 (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 2724291a..2be03d47 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:15:0
+libbluetooth_la_LDFLAGS = -version-info 1:16:0
INCLUDES = -I$(top_builddir)/include