From c1f630feca4f3fa9d172f27d00a68a2453d223b6 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 22 Aug 2006 04:03:00 +0000 Subject: Update library version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit