summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-08-22 04:03:00 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-08-22 04:03:00 +0000
commitc1f630feca4f3fa9d172f27d00a68a2453d223b6 (patch)
treebf9dbe2d452f1ce8c96bb146e29158ade2020a5d
parent6789dbbbe34d1c66b0338da061fa5cb877d04163 (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 8c4d613e..74aca994 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 3:0:1
+libbluetooth_la_LDFLAGS = -version-info 4:0:2
INCLUDES = -I$(top_builddir)/include