summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-12-24 16:46:53 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-12-24 16:46:53 +0000
commit5ccf1c4a96dfde5dc04c136644448483b648c186 (patch)
tree46347180a8724539e6476cb1f48d8b4b634fc86a
parentaa8d087a052ab9c54dde1b0ddaf3a47494ef899a (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 c6df14f6..8bfc37d8 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:23:0
+libbluetooth_la_LDFLAGS = -version-info 1:24:0
INCLUDES = -I$(top_builddir)/include