summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-08-13 13:48:14 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-08-13 13:48:14 +0000
commitc64da0295f5260a07d56dfd6df14d7369859164a (patch)
treef9ed930b341506e6d6da8fe3397fefe1a99a223b
parent083f0466ab9b77d6320f91dcca315860da1a54b2 (diff)
Update library version number
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4bca9333..414c7b53 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:9:0
+libbluetooth_la_LDFLAGS = -version-info 1:10:0
INCLUDES = -I$(top_builddir)/include