summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-12-10 13:55:34 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-12-10 13:55:34 +0000
commit72c29d4475b8b5f06eb0e518797e014837101cb5 (patch)
tree1ea17de467e590c03e0e4154ce58459de366435a
parent73fa16fccbb85592973068a25949d4c331f7f475 (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 dcb2cb91..c6df14f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
lib_LTLIBRARIES = libbluetooth.la
libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c
-libbluetooth_la_LDFLAGS = -version-info 1:22:0
+libbluetooth_la_LDFLAGS = -version-info 1:23:0
INCLUDES = -I$(top_builddir)/include