From 41304925a6c543d4a53c520090e6d534de87b187 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 2 Feb 2015 09:14:12 +0100 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 74210a5cb..60811f184 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 21:0:18 +lib_libbluetooth_la_LDFLAGS = $(AM_LDFLAGS) -version-info 21:1:18 lib_libbluetooth_la_DEPENDENCIES = $(local_headers) endif -- 2.47.3