summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-01-31 23:04:28 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-01-31 23:04:28 +0000
commit25efdcf40470f471d7d4412f3c5d11e918b8452e (patch)
treefc2ee5011c3527193ec8443ade3b60f82af8051e
parent601655969dc1dc85696f8aa94cf68a6433228be7 (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 bec2f2dc..2724291a 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:14:0
+libbluetooth_la_LDFLAGS = -version-info 1:15:0
INCLUDES = -I$(top_builddir)/include