summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-02-12 22:30:19 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-02-12 22:30:19 +0100
commit0aa1bb217a0ec92980ca0516e9832112882e9d16 (patch)
treeb69eb0464435c1f0d40637f6f26e7f934f8c7f38
parent589b687e3eaa185c445b0c9413a91cc90fc8a562 (diff)
Update library version
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0cc5d054..a9d4b477 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -2,7 +2,7 @@
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
-libbluetooth_la_LDFLAGS = -version-info 4:2:1
+libbluetooth_la_LDFLAGS = -version-info 5:0:2
INCLUDES = -I$(top_builddir)/include