From faf2b418e16b42c557d36c5e809a8ba7268be83e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 11 Jan 2013 10:37:24 -0800 Subject: [PATCH] build: Update library version --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 7dce8fb43..5ebf5e663 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,7 +80,7 @@ include_HEADERS += $(lib_headers) lib_LTLIBRARIES += lib/libbluetooth.la lib_libbluetooth_la_SOURCES = $(lib_headers) $(lib_sources) -lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 17:0:14 +lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 18:0:15 lib_libbluetooth_la_DEPENDENCIES = $(local_headers) endif -- 2.47.3