summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-08-27 13:18:21 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-08-27 13:18:21 +0000
commit0945829c8c01d162cdabfe96ba8d6f432769947a (patch)
treeb53bf2d64626a061e3373c61d8620cb998095432
parentf50545eae585ba4b3eac5d8764827342ae214843 (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 9855edc6..3e5af5b2 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:19:0
+libbluetooth_la_LDFLAGS = -version-info 1:20:0
INCLUDES = -I$(top_builddir)/include