summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-09-10 10:50:07 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-09-10 10:50:07 +0000
commit4537f4ccc98218a2f716294ad957981118a20d8b (patch)
treebc54179e27379f05e256d1f4bb9d6fb262c3c231
parent19f7dc5517f6c598d9e351ec28fad811e0f0ee59 (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 3e5af5b2..8da234ae 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:20:0
+libbluetooth_la_LDFLAGS = -version-info 1:21:0
INCLUDES = -I$(top_builddir)/include