From f97601bbe18ddfa7078909f6e8c6218c2a168929 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 7 Feb 2009 17:35:46 +0100 Subject: Update library version --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Makefile.am b/lib/Makefile.am index a0a832dc..0cc5d054 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,7 +2,7 @@ lib_LTLIBRARIES = libbluetooth.la libbluetooth_la_SOURCES = bluetooth.c hci.c sdp.c -libbluetooth_la_LDFLAGS = -version-info 4:1:1 +libbluetooth_la_LDFLAGS = -version-info 4:2:1 INCLUDES = -I$(top_builddir)/include -- cgit