summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-12-25 17:27:06 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-12-25 17:27:06 +0000
commit43e9e65bd31bb549babf77b33587243b1824b6c5 (patch)
tree821bc5fa6cd25d5672c19b960b282c4270301f69
parent984277aa49d35e4033f6c65266096364ac3243ed (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 d805a0ce..508eaa98 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:12:0
+libbluetooth_la_LDFLAGS = -version-info 1:13:0
INCLUDES = -I$(top_builddir)/include